mirror of
https://github.com/LBRYFoundation/Watch-on-LBRY.git
synced 2025-08-23 17:47:26 +00:00
49 lines
1 KiB
JSON
49 lines
1 KiB
JSON
{
|
|
"name": "Watch on LBRY",
|
|
"version": "1.7.5",
|
|
"permissions": [
|
|
"https://www.youtube.com/",
|
|
"https://invidio.us/channel/*",
|
|
"https://invidio.us/watch?v=*",
|
|
"https://api.odysee.com/*",
|
|
"https://lbry.tv/*",
|
|
"https://odysee.com/*",
|
|
"https://madiator.com/*",
|
|
"tabs",
|
|
"storage"
|
|
],
|
|
"content_scripts": [
|
|
{
|
|
"matches": [
|
|
"https://www.youtube.com/*"
|
|
],
|
|
"js": [
|
|
"scripts/ytContent.js"
|
|
]
|
|
}
|
|
],
|
|
"background": {
|
|
"scripts": [
|
|
"scripts/storageSetup.js",
|
|
"scripts/tabOnUpdated.js"
|
|
],
|
|
"persistent": false
|
|
},
|
|
"browser_action": {
|
|
"default_title": "Watch on LBRY",
|
|
"default_popup": "popup/popup.html"
|
|
},
|
|
"web_accessible_resources": [
|
|
"popup.html",
|
|
"tools/YTtoLBRY.html",
|
|
"icons/lbry/lbry-logo.svg",
|
|
"icons/lbry/odysee-logo.svg",
|
|
"icons/lbry/madiator-logo.svg"
|
|
],
|
|
"icons": {
|
|
"16": "icons/wol/icon16.png",
|
|
"48": "icons/wol/icon48.png",
|
|
"128": "icons/wol/icon128.png"
|
|
},
|
|
"manifest_version": 2
|
|
}
|