Twitch master bot

Twitch master bot

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Twitch master bot",
  "short_name": "twitchmaster bot",
  "version": "3.0.3",
  "content_scripts": [
    {
      "matches": [
        "https://twitchmaster.ru/*"
      ],
      "js": [
        "jquery-3.5.1.min.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "background": {
    "scripts": [
      "jquery-3.5.1.min.js",
      "socket.io.min.js",
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "tabs",
    "https://*.twitchmaster.ru/*",
    "https://*.twitchmasterbot.ru/*",
    "notifications"
  ],
  "externally_connectable": {
    "matches": [
      "https://twitchmasterbot.ru/*"
    ]
  },
  "browser_action": {
    "default_title": "Twitchmaster",
    "default_icon": "logo128.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "logo16.png",
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}