Twitch Prime Loot Notification Remover

Twitch Prime Loot Notification Remover

Removes the red 'New Prime Loot' notification on Twitch's website

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Twitch Prime Loot Notification Remover",
  "version": "1.0",
  "description": "Removes the red 'New Prime Loot' notification on Twitch's website",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "64": "icon64.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "css": [
        "restyler.css"
      ],
      "matches": [
        "https://www.twitch.tv/*"
      ]
    }
  ]
}