Vod Panel

Vod Panel

VODPanel.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Vod Panel",
  "description": "VODPanel.com",
  "version": "1.34",
  "icons": {
    "66": "assets/images/icon_default.png"
  },
  "background": {
    "service_worker": "app.js"
  },
  "permissions": [
    "tabs",
    "cookies",
    "declarativeContent",
    "notifications",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "*://*.vodpanel.org/",
    "*://*.vodpanel.com/",
    "*://*.netflix.com/",
    "*://*.cda.pl/",
    "*://*.polsatboxgo.pl/",
    "*://*.hbomax.com/",
    "*://*.disneyplus.com/",
    "*://*.viaplay.pl/",
    "*://*.skyshowtime.com/",
    "*://*.player.pl/"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "128": "assets/images/icon_default.png"
    }
  }
}