Examine source code of Charcoal Theme II

Inspect and view changes in Charcoal Theme II 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",
  "name": "Charcoal Theme II",
  "description": "Grey, black, siver, metal chrome theme.",
  "theme": {
    "images": {
      "theme_frame": "images/theme_frame.png",
      "theme_toolbar": "images/theme_toolbar.png",
      "theme_tab_background": "images/theme_tab_background.png",
      "theme_window_control_background": "images/theme_window_control_background.png"
    },
    "colors": {
      "frame": [
        51,
        51,
        51
      ],
      "frame_inactive": [
        249,
        249,
        249
      ],
      "frame_incognito": [
        153,
        153,
        153
      ],
      "frame_incognito_inactive": [
        86,
        86,
        86
      ],
      "toolbar": [
        231,
        231,
        231
      ],
      "tab_text": [
        115,
        115,
        115
      ],
      "tab_background_text": [
        230,
        230,
        230
      ],
      "bookmark_text": [
        204,
        204,
        204
      ],
      "ntp_background": [
        249,
        249,
        249
      ],
      "ntp_text": [
        86,
        86,
        86
      ],
      "ntp_link": [
        53,
        53,
        53
      ],
      "ntp_header": [
        86,
        86,
        101
      ],
      "ntp_section": [
        182,
        182,
        182
      ],
      "ntp_section_text": [
        86,
        86,
        86
      ],
      "ntp_section_link": [
        86,
        86,
        86
      ],
      "control_background": [
        227,
        227,
        227,
        0
      ],
      "button_background": [
        230,
        230,
        230,
        0
      ]
    },
    "properties": {
      "ntp_background_alignment": "left",
      "ntp_background_repeat": "repeat"
    },
    "tints": {
      "buttons": [
        0,
        0,
        0.84313725490196
      ],
      "frame": [
        0,
        0,
        0.72156862745098
      ],
      "frame_inactive": [
        0,
        0,
        0.97647058823529
      ],
      "frame_incognito": [
        0,
        0,
        0.90196078431373
      ],
      "frame_incognito_inactive": [
        0,
        0,
        0.33725490196078
      ],
      "background_tab": [
        0,
        0,
        0.13333333333333
      ]
    }
  }
}