Twitch auto redeem points

Twitch auto redeem points

Twitch auto redeem points

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Twitch auto redeem points",
  "version": "1.1",
  "description": "Twitch auto redeem points",
  "content_scripts": [
    {
      "matches": [
        "*://*.twitch.tv/*"
      ],
      "js": [
        "/src/clicker.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "/src/background.js"
    ]
  },
  "permissions": [
    "*://*.twitch.tv/*",
    "tabs",
    "storage",
    "notifications"
  ]
}