Examine source code of Turtle Power

Inspect and view changes in Turtle Power source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "version": "1.0",
  "name": "Turtle Power",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.png"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "center top"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgba(7, 50, 84, 0)",
      "toolbar_text": "rgb(3, 255, 0)",
      "frame": "rgb(0, 0, 0)",
      "tab_background_text": "rgb(3, 255, 0)",
      "toolbar_field": "rgba(38, 72, 102, 0)",
      "toolbar_field_text": "rgb(3, 255, 0)",
      "tab_line": "rgb(3, 255, 0)",
      "popup": "rgb(0, 0, 0)",
      "popup_text": "rgb(3, 255, 0)",
      "button_background_active": "rgb(3, 255, 0)",
      "button_background_hover": "rgba(3, 255, 0, 0.4)",
      "frame_inactive": "rgb(3, 255, 0)",
      "icons_attention": "rgb(3, 255, 0)",
      "icons": "rgb(3, 255, 0)",
      "ntp_background": "rgb(0, 0, 0)",
      "ntp_text": "rgb(3, 255, 0)",
      "popup_border": "rgba(3, 255, 0, 0)",
      "popup_highlight_text": "rgb(0, 0, 0)",
      "popup_highlight": "rgb(3, 255, 0)",
      "sidebar_border": "rgb(3, 255, 0)",
      "sidebar_highlight_text": "rgb(3, 255, 0)",
      "sidebar_highlight": "rgb(3, 255, 0)",
      "sidebar_text": "rgb(3, 255, 0)",
      "sidebar": "rgb(3, 255, 0)",
      "tab_background_separator": "rgb(0, 0, 0)",
      "tab_loading": "rgb(3, 255, 0)",
      "tab_selected": "rgba(7, 50, 84, 0)",
      "tab_text": "rgb(3, 255, 0)",
      "toolbar_bottom_separator": "rgb(3, 255, 0)",
      "toolbar_field_border_focus": "rgb(3, 255, 0)",
      "toolbar_field_border": "rgba(3, 255, 0, 0)",
      "toolbar_field_focus": "rgb(0, 0, 0)",
      "toolbar_field_highlight_text": "rgb(0, 0, 0)",
      "toolbar_field_highlight": "rgb(3, 255, 0)",
      "toolbar_field_separator": "rgb(3, 255, 0)",
      "toolbar_field_text_focus": "rgb(3, 255, 0)",
      "toolbar_top_separator": "rgba(3, 255, 0, 0)",
      "toolbar_vertical_separator": "rgb(3, 255, 0)"
    }
  }
}