Examine source code of Greyish Blues

Inspect and view changes in Greyish Blues 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",
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "manifest_version": 2,
  "version": "0.0.1",
  "default_locale": "en",
  "icons": {
    "128": "icon.png"
  },
  "theme": {
    "colors": {
      "omnibox_background": [
        243,
        243,
        243
      ],
      "frame_inactive": [
        31,
        33,
        36
      ],
      "ntp_background": [
        31,
        33,
        36
      ],
      "toolbar": [
        80,
        89,
        97
      ],
      "frame": [
        31,
        33,
        36
      ],
      "frame_incognito": [
        31,
        33,
        36
      ],
      "frame_incognito_inactive": [
        31,
        33,
        36
      ],
      "background_tab": [
        31,
        33,
        36
      ],
      "background_tab_inactive": [
        31,
        33,
        36
      ],
      "background_tab_incognito": [
        31,
        33,
        36
      ],
      "background_tab_incognito_inactive": [
        31,
        33,
        36
      ],
      "bookmark_text": [
        255,
        255,
        255
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        255,
        255,
        255
      ],
      "tab_background_text_inactive": [
        204,
        204,
        204
      ],
      "tab_background_text_incognito": [
        204,
        204,
        204
      ],
      "tab_background_text_incognito_inactive": [
        204,
        204,
        204
      ],
      "omnibox_text": [
        0,
        0,
        0
      ],
      "toolbar_button_icon": [
        31,
        33,
        36
      ],
      "button_background": [
        31,
        33,
        36
      ],
      "ntp_text": [
        255,
        255,
        255
      ],
      "ntp_link": [
        0,
        0,
        0
      ],
      "ntp_header": [
        0,
        0,
        0
      ]
    }
  }
}