Examine source code of Shay

Inspect and view changes in Shay 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",
  "manifest_version": 2,
  "version": "2.6",
  "name": "Shay",
  "theme": {
    "images": {
      "theme_frame": "images/tab_theme.png",
      "theme_toolbar": "images/toolbar.png",
      "theme_ntp_background": "images/Shay_Chrome_Theme.png",
      "theme_tab_background": "images/tab_background.png"
    },
    "colors": {
      "ntp_link": [
        35,
        35,
        35
      ],
      "ntp_text": [
        35,
        35,
        35
      ],
      "ntp_section_link": [
        35,
        35,
        35
      ],
      "ntp_section_text": [
        35,
        35,
        35
      ],
      "ntp_background": [
        10,
        17,
        27
      ],
      "frame": [
        10,
        17,
        27
      ],
      "toolbar": [
        255,
        255,
        255
      ],
      "tab_text": [
        35,
        35,
        35
      ],
      "tab_background_text": [
        175,
        175,
        175
      ],
      "bookmark_text": [
        35,
        35,
        35
      ]
    },
    "tints": {
      "buttons": [
        0.33,
        0.5,
        0.47
      ]
    },
    "properties": {
      "ntp_background_alignment": "bottom",
      "ntp_background_repeat": "no-repeat"
    }
  }
}