Examine source code of Unofficial Walking Dead Theme

Inspect and view changes in Unofficial Walking Dead 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",
  "description": "The unofficial walking dead theme for Google Chrome.",
  "name": "Unofficial Walking Dead Theme",
  "theme": {
    "tints": {
      "buttons": [
        0,
        0,
        0.5
      ]
    },
    "colors": {
      "button_background": [
        100,
        100,
        100,
        50
      ],
      "ntp_text": [
        255,
        255,
        255
      ],
      "bookmark_text": [
        18,
        50,
        114
      ],
      "tab_background_text": [
        64,
        64,
        64
      ],
      "tab_text": [
        0,
        0,
        0
      ],
      "toolbar": [
        223,
        223,
        223
      ],
      "frame": [
        66,
        116,
        201
      ],
      "ntp_background": [
        0,
        0,
        0
      ]
    },
    "images": {
      "theme_ntp_background": "images/theme_ntp_background.png",
      "theme_frame": "images/theme_frame.png"
    },
    "properties": {
      "ntp_background_alignment": "top",
      "ntp_background_repeat": "no-repeat"
    }
  },
  "manifest_version": 2,
  "version": "7"
}