Twitch Rewards Links

Twitch Rewards Links

Add links to the Twitch rewards page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Twitch Rewards Links",
  "description": "Add links to the Twitch rewards page",
  "version": "1.0.6",
  "content_scripts": [
    {
      "matches": [
        "https://www.twitch.tv/popout/*/reward-queue"
      ],
      "js": [
        "Content.js"
      ]
    }
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}