Examine source code of Shades of Maroon Chrome Theme

Inspect and view changes in Shades of Maroon 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": "https://clients2.google.com/service/update2/crx",
  "name": "Shades of Maroon Chrome Theme",
  "description": "Shades of Maroon — A professional theme with hand-picked & bold shades of maroon for Google Chrome Browser.",
  "manifest_version": 2,
  "version": "1.0.0",
  "icons": {
    "16": "icon/icon-16.png",
    "48": "icon/icon-48.png",
    "96": "icon/icon-96.png",
    "128": "icon/icon-128.png"
  },
  "theme": {
    "colors": {
      "frame": [
        128,
        0,
        0
      ],
      "frame_inactive": [
        102,
        0,
        0
      ],
      "frame_incognito": [
        153,
        0,
        0
      ],
      "frame_incognito_inactive": [
        128,
        0,
        0
      ],
      "ntp_background": [
        128,
        0,
        0
      ],
      "toolbar": [
        77,
        0,
        0
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        255,
        153,
        153
      ],
      "bookmark_text": [
        255,
        153,
        153
      ],
      "tab_background_text_incognito": [
        255,
        153,
        153
      ],
      "tab_background_text_incognito_inactive": [
        255,
        153,
        153
      ],
      "ntp_text": [
        255,
        153,
        153
      ],
      "background_tab": [
        128,
        0,
        0
      ],
      "background_tab_inactive": [
        128,
        0,
        0
      ],
      "background_tab_incognito": [
        128,
        0,
        0
      ],
      "background_tab_incognito_inactive": [
        128,
        0,
        0
      ],
      "tab_background_text_inactive": [
        204,
        102,
        102
      ],
      "toolbar_button_icon": [
        255,
        153,
        153
      ]
    },
    "tints": {
      "buttons": [
        0.76,
        0.69,
        0.65
      ]
    }
  }
}