Examine source code of Keep it British

Inspect and view changes in Keep it British 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",
  "version": "1.0",
  "name": "Keep it British",
  "description": "This theme IS withing the mature contents Guidelines as set out by Google.",
  "manifest_version": 2,
  "theme": {
    "images": {
      "theme_toolbar": "images/toolbar.png",
      "theme_frame": "images/frame.png",
      "theme_tab_background": "images/tab.png",
      "theme_ntp_background": "images/background_toxic"
    },
    "colors": {
      "ntp_link": [
        220,
        217,
        213
      ],
      "ntp_text": [
        220,
        217,
        213
      ],
      "ntp_section_link": [
        220,
        217,
        213
      ],
      "ntp_section_text": [
        220,
        217,
        213
      ],
      "ntp_background": [
        88,
        81,
        73,
        0.5
      ],
      "ntp_header": [
        59,
        43,
        30,
        0.15
      ],
      "ntp_section": [
        59,
        43,
        30,
        0.15
      ],
      "frame": [
        59,
        43,
        30
      ],
      "toolbar": [
        88,
        81,
        73
      ],
      "tab_text": [
        220,
        217,
        213
      ],
      "tab_background_text": [
        220,
        217,
        213
      ],
      "bookmark_text": [
        220,
        217,
        213
      ]
    },
    "tints": {
      "buttons": [
        0.0888888888888888,
        0.0931677018633541,
        0.315686274509804
      ],
      "frame_incognito": [
        0.070317782285328,
        0.306675479180436,
        0.164244521337947
      ],
      "frame_inactive": [
        0.0888888888888888,
        0.0931677018633541,
        0.85
      ],
      "frame_incognito_inactive": [
        0.0888888888888888,
        0.0931677018633541,
        0.85
      ]
    },
    "properties": {
      "ntp_background_alignment": "left top",
      "ntp_background_repeat": "no-repeat"
    }
  }
}