Examine source code of Chocolate

Inspect and view changes in Chocolate 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": "1",
  "name": "Chocolate",
  "description": "A Chocolate themed Google Chrome theme brought to you by Studio Vixio",
  "theme": {
    "colors": {
      "frame": [
        90,
        70,
        63
      ],
      "frame_incognito": [
        90,
        70,
        63
      ],
      "toolbar": [
        230,
        199,
        171
      ],
      "toolbar_incognito": [
        230,
        199,
        171
      ],
      "ntp_background": [
        0,
        0,
        0
      ],
      "tab_text": [
        0,
        0,
        0
      ],
      "bookmark_text": [
        0,
        0,
        0
      ],
      "tab_background_text": [
        255,
        255,
        255
      ],
      "tab_background_text_inactive": [
        255,
        255,
        255
      ],
      "tab_background_text_incognito": [
        255,
        255,
        255
      ],
      "tab_background_text_incognito_inactive": [
        255,
        255,
        255
      ],
      "ntp_text": [
        125,
        134,
        142
      ]
    },
    "tints": {
      "buttons": [
        0.7,
        0.9,
        0.2
      ],
      "frame_inactive": [
        -2,
        -2,
        -2
      ],
      "frame_incognito": [
        -2,
        -2,
        -2
      ],
      "frame_incognito_inactive": [
        -2,
        -2,
        -2
      ]
    }
  }
}