Examine source code of Code Shield Theme

Inspect and view changes in Code Shield 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": "Code Shield Theme",
  "theme": {
    "colors": {
      "bookmark_text": [
        64,
        64,
        64
      ],
      "button_background": [
        64,
        64,
        64
      ],
      "control_background": [
        64,
        64,
        64
      ],
      "frame": [
        64,
        64,
        64
      ],
      "frame_inactive": [
        161,
        161,
        161
      ],
      "frame_incognito": [
        18,
        18,
        18
      ],
      "frame_incognito_inactive": [
        97,
        97,
        97
      ],
      "ntp_background": [
        255,
        255,
        255
      ],
      "ntp_header": [
        64,
        64,
        64
      ],
      "ntp_link": [
        64,
        64,
        64
      ],
      "ntp_section": [
        242,
        242,
        242
      ],
      "ntp_section_link": [
        64,
        64,
        64
      ],
      "ntp_section_text": [
        107,
        107,
        107
      ],
      "ntp_text": [
        64,
        64,
        64
      ],
      "tab_background_text": [
        223,
        223,
        223
      ],
      "tab_text": [
        0,
        0,
        0
      ],
      "toolbar": [
        223,
        223,
        223
      ]
    },
    "images": {
      "theme_frame": "images/frame.png",
      "theme_tab_background": "images/tab_background.png",
      "theme_ntp_background": "images/ntp_background.png",
      "theme_toolbar": "images/toolbar.png"
    },
    "tints": {
      "background_tab": [
        0.5,
        0.5,
        0.5
      ],
      "frame": [
        -1,
        -1,
        -1
      ],
      "frame_inactive": [
        0.45,
        0.45,
        0.55
      ],
      "frame_incognito_inactive": [
        0.45,
        0.45,
        0.55
      ]
    },
    "properties": {
      "ntp_background_alignment": "right bottom",
      "ntp_background_repeat": "no-repeat"
    }
  },
  "version": "1.0.0"
}