Examine source code of Adventure Time Sunset Theme

Inspect and view changes in Adventure Time Sunset 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": "Adventure Time Sunset Theme",
  "short_name": "AT Sunset Theme",
  "version": "1.0",
  "manifest_version": 2,
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "theme": {
    "images": {
      "theme_frame": "images/toolbar.png",
      "theme_ntp_background": "images/ntp_background.png"
    },
    "colors": {
      "bookmark_text": [
        255,
        0,
        200
      ],
      "toolbar": [
        255,
        215,
        253
      ],
      "tab_text": [
        255,
        0,
        200
      ],
      "tab_background_text": [
        64,
        64,
        64
      ],
      "ntp_background": [
        255,
        175,
        245
      ],
      "ntp_header": [
        255,
        50,
        200
      ],
      "ntp_text": [
        200,
        200,
        200
      ]
    },
    "tints": {},
    "properties": {}
  }
}