Watch-on-LBRY/manifest.json
kodxana 3b642891cd
Up version
- Up to version 1.5
- Added YTtoLBRY
2020-07-14 13:26:28 +02:00

34 lines
724 B
JSON

{
"name": "Watch on LBRY",
"version": "1.5",
"permissions": [
"https://www.youtube.com/watch?v=*",
"https://www.youtube.com/channel/*",
"https://api.lbry.com/*",
"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"
},
"web_accessible_resources": [
"popup.html",
"tools/YTtoLBRY.html"
],
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"manifest_version": 2
}