Examine source code of GWK Theme

Inspect and view changes in GWK 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",
  "version": "1.1.4",
  "name": "GWK Theme",
  "theme": {
    "images": {
      "theme_frame": "img/theme_frame.png",
      "theme_frame_inactive": "img/theme_frame_inactive.png",
      "theme_frame_incognito": "img/theme_frame_incognito.png",
      "theme_frame_incognito_inactive": "img/theme_frame_incognito_inactive.png",
      "theme_toolbar": "img/theme_toolbar.png",
      "theme_tab_background": "img/theme_tab_background.png",
      "theme_tab_background_incognito": "img/theme_tab_background.png",
      "theme_ntp_background": "img/ntp_background.png"
    },
    "colors": {
      "frame": [
        204,
        204,
        204
      ],
      "frame_inactive": [
        204,
        204,
        255
      ],
      "frame_incognito": [
        102,
        102,
        102
      ],
      "frame_incognito_inactive": [
        153,
        153,
        153
      ],
      "toolbar": [
        204,
        204,
        204
      ],
      "tab_text": [
        0,
        0,
        0
      ],
      "tab_background_text": [
        75,
        75,
        75
      ],
      "bookmark_text": [
        0,
        0,
        0
      ],
      "ntp_background": [
        255,
        255,
        255
      ],
      "ntp_text": [
        204,
        204,
        204
      ],
      "ntp_link": [
        204,
        204,
        204
      ],
      "ntp_link_underline": [
        204,
        204,
        204,
        0.3
      ],
      "ntp_header": [
        204,
        204,
        204,
        1
      ],
      "ntp_section": [
        204,
        204,
        204
      ],
      "ntp_section_text": [
        0,
        0,
        0
      ],
      "ntp_section_link": [
        0,
        0,
        0
      ],
      "ntp_section_link_underline": [
        0,
        0,
        0,
        0.3
      ]
    },
    "tints": {
      "buttons": [
        -1,
        -1,
        -1
      ],
      "background_tab": [
        0.5,
        0.5,
        0.5
      ],
      "frame": [
        -1,
        -1,
        -1
      ],
      "frame_inactive": [
        -1,
        -1,
        -1
      ],
      "frame_incognito": [
        -1,
        -1,
        -1
      ],
      "frame_incognito_inactive": [
        -1,
        -1,
        -1
      ]
    },
    "properties": {
      "ntp_background_alignment": "right top",
      "ntp_background_repeat": "no-repeat"
    }
  }
}