Examine source code of Dark L20 Purple

Inspect and view changes in Dark L20 Purple 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": "Dark L20 Purple",
  "version": "1.0",
  "description": "A simple dark theme with purple colour scheme.",
  "author": "W5nH6o",
  "theme": {
    "colors": {
      "frame": [
        23,
        18,
        23
      ],
      "frame_inactive": [
        35,
        26,
        35
      ],
      "toolbar": [
        58,
        44,
        58
      ],
      "tab_text": [
        229,
        229,
        229
      ],
      "tab_background_text": [
        177,
        177,
        179
      ],
      "bookmark_text": [
        229,
        229,
        229
      ],
      "ntp_background": [
        23,
        18,
        23
      ],
      "ntp_text": [
        190,
        190,
        190
      ]
    }
  }
}