Examine source code of Cookie Monster Theme

Inspect and view changes in Cookie Monster 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": "Cookie Monster Theme",
  "description": "Cookie monster will eat all of your websites *nom nom nom*",
  "version": "0.2",
  "theme": {
    "colors": {
      "toolbar": [
        41,
        110,
        153
      ],
      "tab_text": [
        55,
        190,
        229
      ],
      "tab_background_text": [
        62,
        166,
        229
      ],
      "bookmark_text": [
        55,
        190,
        229
      ]
    },
    "images": {
      "theme_ntp_background": "images/ntp_background.png",
      "theme_frame": "images/theme_frame.png",
      "theme_toolbar": "images/theme_toolbar.png",
      "theme_tab_background": "images/theme_tab_background.png"
    },
    "tints": {
      "buttons": [
        0.2,
        0.6,
        0.8
      ]
    },
    "properties": {
      "ntp_background_alignment": "top",
      "ntp_background_repeat": "no-repeat"
    }
  },
  "manifest_version": 2
}