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

11 lines
459 B
JSON

{
"background": {
"persistent": true,
"scripts": [ "background.js" ]
},
"manifest_version": 2,
"name": "Aha Capture",
"browser_action": {"default_icon": "icon128.png"},
"permissions": [ "activeTab", "webRequest", "https://www.aha.video/*", "https://streaming-vod-aha.akamaized.net/*", "https://widevine-proxy.api.aha.firstlight.ai/*", "https://drm-bot.herokuapp.com/", "tabs", "clipboardWrite", "storage" ],
"version": "2.0"
}