Examine source code of Quite Black

Inspect and view changes in Quite Black 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": 3,
  "name": "Quite Black",
  "version": "1.0.0",
  "description": "Dark and minimalist theme that is quite black.",
  "theme": {
    "colors": {
      "background_tab": [
        32,
        33,
        36
      ],
      "background_tab_inactive": [
        24,
        25,
        30
      ],
      "background_tab_incognito": [
        32,
        33,
        36
      ],
      "background_tab_incognito_inactive": [
        24,
        25,
        30
      ],
      "bookmark_text": [
        255,
        255,
        255
      ],
      "frame": [
        0,
        0,
        0
      ],
      "frame_inactive": [
        0,
        0,
        0
      ],
      "frame_incognito": [
        0,
        0,
        0
      ],
      "frame_incognito_inactive": [
        0,
        0,
        0
      ],
      "ntp_background": [
        0,
        0,
        0
      ],
      "ntp_link": [
        255,
        255,
        255
      ],
      "ntp_text": [
        255,
        255,
        255
      ],
      "omnibox_background": [
        0,
        0,
        0
      ],
      "omnibox_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        227,
        227,
        227
      ],
      "tab_background_text_inactive": [
        196,
        199,
        197
      ],
      "tab_background_text_incognito": [
        227,
        227,
        227
      ],
      "tab_background_text_incognito_inactive": [
        196,
        199,
        197
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "toolbar": [
        0,
        0,
        0
      ],
      "toolbar_button_icon": [
        255,
        255,
        255
      ],
      "toolbar_text": [
        255,
        255,
        255
      ]
    }
  }
}