Examine source code of Dark Matched

Inspect and view changes in Dark Matched 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",
  "description": "Dark Matched: Low contrast dark theme",
  "manifest_version": 2,
  "name": "Dark Matched",
  "theme": {
    "colors": {
      "bookmark_text": [
        153,
        153,
        153
      ],
      "frame": [
        0,
        0,
        0
      ],
      "frame_inactive": [
        19,
        19,
        19
      ],
      "frame_incognito": [
        37,
        0,
        62
      ],
      "frame_incognito_inactive": [
        37,
        0,
        62
      ],
      "ntp_background": [
        32,
        32,
        32
      ],
      "ntp_text": [
        153,
        153,
        153
      ],
      "tab_background_text": [
        124,
        124,
        124
      ],
      "tab_background_text_inactive": [
        90,
        90,
        90
      ],
      "tab_background_text_incognito": [
        134,
        113,
        148
      ],
      "tab_background_text_incognito_inactive": [
        85,
        57,
        105
      ],
      "tab_text": [
        195,
        195,
        195
      ],
      "toolbar": [
        33,
        33,
        33
      ]
    },
    "tints": {
      "buttons": [
        0.6,
        0,
        0.7
      ],
      "frame_inactive": [
        -1,
        -1,
        -1
      ],
      "frame_incognito": [
        -1,
        -1,
        -1
      ],
      "frame_incognito_inactive": [
        -1,
        -1,
        -1
      ]
    },
    "properties": {
      "ntp_logo_alternate": 1
    }
  },
  "version": "2"
}