Examine source code of Chernobyl Diaries Movie Theme

Inspect and view changes in Chernobyl Diaries Movie 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": "Chernobyl Diaries Movie Theme",
  "theme": {
    "colors": {
      "frame": [
        133,
        149,
        120
      ],
      "tab_text": [
        238,
        231,
        203
      ],
      "tab_background_text": [
        133,
        149,
        120
      ],
      "ntp_link": [
        238,
        231,
        203
      ],
      "ntp_section": [
        0,
        0,
        0
      ],
      "ntp_section_text": [
        133,
        149,
        120
      ],
      "ntp_section_link": [
        238,
        231,
        203
      ],
      "ntp_text": [
        133,
        149,
        120
      ],
      "bookmark_text": [
        133,
        149,
        120
      ],
      "toolbar": [
        0,
        0,
        0
      ]
    },
    "images": {
      "theme_frame": "images/active_tab.png",
      "theme_tab_background": "images/inactive_tab.png",
      "theme_ntp_background": "images/background.jpg",
      "theme_toolbar": "images/toolbar.png"
    },
    "tints": {
      "buttons": [
        0.33,
        0.5,
        0.47
      ],
      "frame_inactive": [
        0.33,
        0.5,
        0.47
      ]
    }
  },
  "version": "1.0",
  "manifest_version": 2,
  "description": "Theme for the chernobyl diaries movie lovers!"
}