Examine source code of RAZER Colourful Theme

Inspect and view changes in RAZER Colourful 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "2",
  "name": "RAZER Colourful Theme",
  "theme": {
    "images": {
      "theme_tab_background": "images/theme_tab_inactive.png",
      "theme_frame": "images/theme_frame_black.png",
      "theme_toolbar": "images/theme_toolbar_black.png",
      "theme_ntp_background": "images/theme_ntp_background_norepeat.png"
    },
    "colors": {
      "frame": [
        155,
        0,
        154
      ],
      "frame_inactive": [
        1,
        1,
        1
      ],
      "toolbar": [
        1,
        1,
        1
      ],
      "tab_text": [
        155,
        0,
        154
      ],
      "tab_background_text": [
        1,
        1,
        1
      ],
      "bookmark_text": [
        155,
        0,
        154
      ],
      "ntp_text": [
        155,
        0,
        154
      ],
      "ntp_link": [
        155,
        0,
        154
      ],
      "ntp_section": [
        1,
        1,
        1
      ],
      "button_background": [
        1,
        1,
        1
      ],
      "ntp_background": [
        1,
        1,
        1
      ]
    },
    "icons": {
      "16": "images/icon16.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    },
    "tints": {
      "buttons": [
        1,
        1,
        1
      ]
    }
  }
}