DRM-Request-Capture-Extensions/Voot Capture/manifest.json

11 lines
447 B
JSON
Raw Normal View History

2022-10-03 12:39:49 +00:00
{
"background": {
"persistent": true,
"scripts": [ "background.js" ]
},
"manifest_version": 2,
"name": "Voot Capture",
"browser_action": {"default_icon": "icon128.png"},
"permissions": [ "activeTab", "webRequest", "https://www.voot.com/*", "https://prod.media.jio.com/wvproxy*", "https://jiostreamingdash.akamaized.net/*", "https://drm-bot.herokuapp.com/", "tabs", "clipboardWrite", "storage" ],
"version": "3.0"
}