Color Swapper for Twitch™

Color Swapper for Twitch™

Replace Twich's purple with a color of your own liking.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Color Swapper for Twitch™",
  "description": "Replace Twich's purple with a color of your own liking.",
  "version": "1.0.1",
  "content_scripts": [
    {
      "matches": [
        "https://www.twitch.tv/*"
      ],
      "js": [
        "js/theme.js"
      ],
      "css": [
        "css/hue.css",
        "css/theme.css"
      ]
    }
  ],
  "icons": {
    "16": "icons/16px.png",
    "32": "icons/32px.png",
    "48": "icons/48px.png",
    "128": "icons/128px.png"
  }
}