Examine source code of Minimalistic Tron Style Theme with Custom New Tab

Inspect and view changes in Minimalistic Tron Style Theme with Custom New Tab 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 with Custom New Tab",
  "version": "1.0",
  "description": "A minimalistic Tron-inspired theme for Google Chrome with a custom new tab page.",
  "chrome_url_overrides": {
    "newtab": "newtab/newtab.html"
  },
  "theme": {
    "colors": {
      "frame": [
        0,
        0,
        0
      ],
      "toolbar": [
        0,
        0,
        0
      ],
      "tab_background_text": [
        0,
        255,
        255
      ],
      "tab_text": [
        0,
        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"
    },
    "images": {
      "theme_ntp_background": "images/Neon.webp"
    }
  }
}