Examine source code of The walking dead theme

Inspect and view changes in The 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": "http://clients2.google.com/service/update2/crx",
  "name": "The walking dead theme",
  "theme": {
    "colors": {
      "bookmark_text": [
        255,
        255,
        255
      ],
      "button_background": [
        0,
        0,
        0
      ],
      "frame": [
        0,
        0,
        0
      ],
      "ntp_background": [
        0,
        0,
        0
      ],
      "ntp_link": [
        225,
        225,
        225
      ],
      "ntp_link_underline": [
        225,
        225,
        225
      ],
      "ntp_section": [
        0,
        0,
        0
      ],
      "ntp_section_link": [
        255,
        255,
        255
      ],
      "ntp_section_text": [
        225,
        225,
        225
      ],
      "ntp_text": [
        225,
        225,
        225
      ],
      "tab_background_text": [
        0,
        0,
        0
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "toolbar": [
        182,
        0,
        0
      ]
    },
    "images": {
      "theme_frame": "images/theme_frame.png",
      "theme_frame_inactive": "images/theme_frame_inact.png",
      "theme_ntp_background": "images/bg.png",
      "theme_tab_background": "images/tab_bg.png",
      "theme_toolbar": "images/toolbar.png",
      "theme_window_control_background": "images/control_buttons.png"
    },
    "properties": {
      "ntp_background_alignment": "bottom right",
      "ntp_background_repeat": "no-repeat",
      "ntp_logo_alternate": "1"
    },
    "tints": {
      "buttons": [
        60,
        55,
        1
      ]
    }
  },
  "manifest_version": 2,
  "version": "0.1"
}