mirror of
https://github.com/LBRYFoundation/Watch-on-LBRY.git
synced 2025-09-29 14:40:33 +00:00
57 lines
No EOL
1.3 KiB
JSON
57 lines
No EOL
1.3 KiB
JSON
{
|
|
"name": "Watch on LBRY",
|
|
"version": "1.7.8",
|
|
"permissions": [
|
|
"https://www.youtube.com/",
|
|
"https://yewtu.be/",
|
|
"https://vid.puffyan.us/",
|
|
"https://invidio.xamh.de/",
|
|
"https://invidious.kavin.rocks/",
|
|
"https://api.odysee.com/",
|
|
"https://lbry.tv/",
|
|
"https://odysee.com/",
|
|
"https://madiator.com/",
|
|
"https://finder.madiator.com/",
|
|
"http://localhost:3000",
|
|
"tabs",
|
|
"storage"
|
|
],
|
|
"content_scripts": [
|
|
{
|
|
"matches": [
|
|
"https://www.youtube.com/*",
|
|
"https://yewtu.be/*",
|
|
"https://vid.puffyan.us/*",
|
|
"https://invidio.xamh.de/*",
|
|
"https://invidious.kavin.rocks/*"
|
|
],
|
|
"js": [
|
|
"scripts/ytContent.js"
|
|
]
|
|
}
|
|
],
|
|
"background": {
|
|
"scripts": [
|
|
"scripts/storageSetup.js",
|
|
"scripts/background.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
|
|
} |