mirror of
https://github.com/LBRYFoundation/Watch-on-LBRY.git
synced 2025-08-23 17:47:26 +00:00
28 lines
598 B
JSON
28 lines
598 B
JSON
{
|
|
"name": "Watch on LBRY",
|
|
"version": "1.4",
|
|
"permissions": [
|
|
"https://www.youtube.com/watch?v=*",
|
|
"https://www.youtube.com/channel/*",
|
|
"tabs",
|
|
"storage"
|
|
],
|
|
"background": {
|
|
"scripts": [
|
|
"scripts/runtimeOnStartup.js",
|
|
"scripts/storageOnChanged.js",
|
|
"scripts/tabOnUpdated.js"
|
|
],
|
|
"persistent": false
|
|
},
|
|
"browser_action": {
|
|
"default_title": "Watch on LBRY",
|
|
"default_popup": "popup/popup.html"
|
|
},
|
|
"icons": {
|
|
"16": "icons/icon16.png",
|
|
"48": "icons/icon48.png",
|
|
"128": "icons/icon128.png"
|
|
},
|
|
"manifest_version": 2
|
|
}
|