Examine source code of RPG for Chrome Theme

Inspect and view changes in RPG for Chrome 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": "http://clients2.google.com/service/update2/crx",
  "version": "1.1",
  "name": "RPG for Chrome Theme",
  "description": "Theme for the RPG for Chrome extension. With this theme the extension looks more integrated!",
  "theme": {
    "images": {
      "theme_frame": "images/texture.png",
      "theme_frame_inactive": "images/texture2.png",
      "theme_frame_incognito": "images/texture_i.png",
      "theme_frame_incognito_inactive": "images/texture_i2.png",
      "theme_toolbar": "images/toolbar.png",
      "theme_window_control_background": "images/toolbar.png",
      "theme_tab_background": "images/tab_bg.png",
      "theme_ntp_background": "images/texture.png"
    },
    "colors": {
      "tab_background_text": [
        100,
        100,
        100,
        0.9
      ],
      "ntp_text": [
        255,
        255,
        255
      ],
      "ntp_link": [
        255,
        255,
        255
      ],
      "ntp_section": [
        207,
        221,
        192
      ],
      "bookmark_text": [
        0,
        0,
        0
      ]
    },
    "tints": {
      "buttons": [
        0.33,
        0.5,
        0.47
      ]
    },
    "properties": {
      "ntp_logo_alternate": 0,
      "ntp_background_repeat": "repeat"
    }
  }
}