Examine source code of Banksy Theme

Inspect and view changes in Banksy 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": "Banksy Theme",
  "theme": {
    "colors": {
      "toolbar": [
        255,
        255,
        255
      ],
      "ntp_section_text": [
        255,
        255,
        255
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        0,
        0,
        0
      ],
      "bookmark_text": [
        0,
        0,
        0
      ],
      "ntp_text": [
        0,
        0,
        0
      ],
      "ntp_link": [
        0,
        0,
        0
      ],
      "ntp_link_underline": [
        0,
        0,
        255
      ],
      "ntp_section": [
        0,
        0,
        0
      ],
      "ntp_section_link": [
        0,
        0,
        255
      ]
    },
    "images": {
      "theme_frame": "images/frame_normal.png",
      "theme_frame_inactive": "images/frame_normal_inactive.png",
      "theme_frame_incognito": "images/frame_incognito.png",
      "theme_frame_incognito_inactive": "images/frame_incognito_inactive.png",
      "theme_toolbar": "images/toolbar.png",
      "theme_ntp_background": "images/background.png",
      "theme_ntp_attribution": "images/black.png"
    },
    "tints": {
      "button_background": [
        0.5,
        0.5,
        0.5
      ],
      "buttons": [
        0,
        0,
        0
      ]
    }
  },
  "version": "1.3"
}