Examine source code of Standard macOS Gray

Inspect and view changes in Standard macOS Gray 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": "Standard macOS Gray",
  "description": "Standard macOS Gray",
  "manifest_version": 2,
  "theme": {
    "colors": {
      "frame": [
        -1,
        -1,
        -1
      ],
      "frame_inactive": [
        -1,
        -1,
        -1
      ],
      "toolbar": [
        241,
        243,
        244
      ],
      "tab_text": [
        30,
        30,
        30
      ],
      "tab_background_text": [
        128,
        128,
        128
      ],
      "bookmark_text": [
        30,
        30,
        30
      ]
    },
    "images": {
      "theme_frame": "images/theme_frame.png",
      "theme_frame_inactive": "images/theme_frame_inactive.png",
      "theme_toolbar": "images/theme_toolbar.png",
      "theme_tab_background": "images/theme_tab_background.png"
    },
    "tints": {
      "background_tab": [
        -1,
        -1,
        -1
      ],
      "buttons": [
        -1,
        -1,
        -1
      ],
      "frame_inactive": [
        -1,
        -1,
        -1
      ],
      "frame_incognito": [
        -1,
        -1,
        -1
      ],
      "frame_incognito_inactive": [
        -1,
        -1,
        -1
      ]
    }
  },
  "version": "1.4"
}