Examine source code of Dr. Robotnik Theme

Inspect and view changes in Dr. Robotnik Theme 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": "Dr. Robotnik Theme",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.png",
        "images/1.png"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "right top",
        "left top"
      ],
      "additional_backgrounds_tiling": [
        "no-repeat",
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgba(230, 25, 102, 0.75)",
      "toolbar_text": "rgb(255, 255, 255)",
      "frame": "rgb(255, 77, 179)",
      "tab_background_text": "rgb(255, 255, 0)",
      "toolbar_field": "rgb(255, 255, 255)",
      "toolbar_field_text": "rgb(179, 179, 179)",
      "tab_line": "rgb(255, 255, 255)",
      "popup": "rgb(0, 0, 0)",
      "popup_text": "rgb(255, 255, 255)",
      "button_background_active": "rgb(230, 25, 102)",
      "button_background_hover": "rgb(161, 54, 89)",
      "frame_inactive": "rgb(255, 204, 179)",
      "icons_attention": "rgb(255, 77, 179)",
      "icons": "rgb(255, 255, 0)",
      "ntp_background": "rgb(179, 179, 179)",
      "popup_border": "rgb(255, 77, 179)",
      "popup_highlight_text": "rgb(255, 255, 255)",
      "popup_highlight": "rgb(179, 179, 179)",
      "sidebar_border": "rgb(255, 255, 255)",
      "sidebar_highlight_text": "rgb(255, 255, 0)",
      "sidebar_highlight": "rgb(230, 25, 102)",
      "sidebar_text": "rgb(0, 0, 0)",
      "sidebar": "rgb(255, 255, 255)",
      "tab_selected": "rgb(230, 25, 102)",
      "tab_text": "rgb(255, 255, 255)",
      "toolbar_bottom_separator": "rgb(179, 179, 179)",
      "toolbar_field_border": "rgb(179, 179, 179)",
      "toolbar_field_focus": "rgb(161, 54, 89)",
      "toolbar_field_highlight": "rgb(255, 255, 255)",
      "toolbar_field_text_focus": "rgb(255, 204, 179)",
      "toolbar_top_separator": "rgb(0, 153, 255)",
      "tab_loading": "rgb(255, 255, 255)"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{51f79fd0-099e-4d9e-be8f-8b394db40f94}"
    }
  }
}