Twitch Points Farmer (Autoclicker)

Twitch Points Farmer (Autoclicker)

Twitch Points Farmer (Autoclicker)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "version": "2.1.9",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "permissions": [],
  "content_scripts": [
    {
      "matches": [
        "*://www.twitch.tv/*"
      ],
      "js": [
        "background.js"
      ]
    }
  ],
  "manifest_version": 3,
  "icons": {
    "16": "images/16.png",
    "32": "images/32.png",
    "48": "images/48.png",
    "128": "images/128.png"
  }
}