Examine source code of Mojave Pure Dark

Inspect and view changes in Mojave Pure Dark 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,
  "name": "Mojave Pure Dark",
  "version": "1.1",
  "description": "A dark and clean theme. Need even more darkness? Check out \"Mojave Pure Darker\" to get darker tabs.",
  "theme": {
    "colors": {
      "bookmark_text": [
        242,
        242,
        242
      ],
      "frame": [
        54,
        55,
        56
      ],
      "frame_inactive": [
        43,
        44,
        45
      ],
      "frame_incognito": [
        65,
        31,
        66
      ],
      "frame_incognito_inactive": [
        40,
        19,
        41
      ],
      "ntp_background": [
        54,
        55,
        56
      ],
      "ntp_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        177,
        178,
        179
      ],
      "tab_background_text_inactive": [
        95,
        96,
        98
      ],
      "tab_background_text_incognito": [
        158,
        158,
        160
      ],
      "tab_background_text_incognito_inactive": [
        95,
        96,
        98
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "tab_text_incognito": [
        255,
        255,
        255
      ],
      "toolbar": [
        80,
        82,
        84
      ]
    },
    "tints": {
      "buttons": [
        0,
        0,
        0.95
      ]
    }
  }
}