Examine source code of Yu-Gi-Oh! Theme

Inspect and view changes in Yu-Gi-Oh! 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": "Yu-Gi-Oh! Theme",
  "version": "1.0",
  "description": "A Chrome theme inspired by the Yu-Gi-Oh protagonists.",
  "theme": {
    "images": {
      "theme_ntp_background": "/assets/yugiohBG.jpg",
      "theme_window_control_background": "/assets/eye.png",
      "theme_ntp_attribution": "assets/logo.png"
    },
    "colors": {
      "frame": [
        80,
        0,
        0
      ],
      "frame_inactive": [
        20,
        20,
        20
      ],
      "toolbar": [
        0,
        0,
        0
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        255,
        215,
        0
      ],
      "bookmark_text": [
        255,
        255,
        255
      ],
      "button_background": [
        80,
        0,
        0
      ],
      "ntp_background": [
        0,
        0,
        0
      ],
      "ntp_text": [
        255,
        255,
        255
      ],
      "ntp_link": [
        255,
        100,
        0
      ]
    },
    "properties": {
      "ntp_background_alignment": "center",
      "ntp_background_repeat": "no-repeat"
    },
    "icons": {
      "16": "assets/icon_16.png",
      "48": "assets/icon_48.png",
      "128": "assets/icon_128.png"
    }
  }
}