Stream Live — notifications for live streams

Stream Live — notifications for live streams

Follow your favorite broadcasts on all popular platforms

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.12.0",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "permissions": [
    "notifications",
    "storage",
    "idle",
    "alarms"
  ],
  "host_permissions": [
    "https://static-cdn.jtvnw.net/*",
    "https://*.ggpht.com/*",
    "https://*.googleusercontent.com/*",
    "https://headicon.trovo.live/*",
    "https://www.youtube.com/*",
    "https://streamlive.fadme.dev/*",
    "https://vkplay.live/*",
    "https://live.vkplay.ru/*",
    "https://images.vkplay.live/*",
    "https://images.live.vkplay.ru/*",
    "https://kick.com/*",
    "https://files.kick.com/*",
    "https://static.goodgame.ru/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://vkplay.live/*",
        "https://live.vkplay.ru/*"
      ],
      "js": [
        "includes/vkplay.js"
      ]
    },
    {
      "matches": [
        "https://streamlive.fadme.dev/*"
      ],
      "js": [
        "includes/oauth2.js"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "service_worker": "background/background.js"
  },
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "assets/favicon/16.png",
      "32": "assets/favicon/32.png",
      "48": "assets/favicon/48.png",
      "128": "assets/favicon/128.png"
    }
  },
  "icons": {
    "16": "assets/favicon/16.png",
    "32": "assets/favicon/32.png",
    "48": "assets/favicon/48.png",
    "128": "assets/favicon/128.png"
  },
  "minimum_chrome_version": "88.0",
  "manifest_version": 3
}