Examine source code of Minimalistic Tron Style Theme

Inspect and view changes in Minimalistic Tron Style Theme 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": "Minimalistic Tron Style Theme",
  "version": "1.0",
  "description": "A minimalistic Tron-inspired theme for Google Chrome.",
  "theme": {
    "colors": {
      "frame": [
        0,
        0,
        0
      ],
      "toolbar": [
        0,
        0,
        0
      ],
      "tab_background_text": [
        0,
        255,
        255
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "bookmark_text": [
        0,
        255,
        255
      ],
      "ntp_background": [
        0,
        0,
        0
      ],
      "ntp_text": [
        0,
        255,
        255
      ],
      "button_background": [
        0,
        255,
        255
      ],
      "background_tab": [
        0,
        0,
        0
      ]
    },
    "tints": {
      "buttons": [
        0.5,
        1,
        0.75
      ]
    },
    "properties": {
      "ntp_background_alignment": "center",
      "ntp_background_repeat": "no-repeat"
    }
  }
}