Watch-on-LBRY/manifest.json
kodxana 48267f154e
Manifest fixes
Fixed:
- Missing icons
- Wrong name in toolbar
2019-10-20 18:41:28 +02:00

20 lines
426 B
JSON

{
"name": "Watch on LBRY",
"version": "1.0",
"permissions": [
"https://www.youtube.com/watch?v=*",
"tabs"
],
"background": {
"scripts": ["background.js"],
"persistent": false
},
"browser_action": {
"default_title": "Watch on LBRY"
},
"icons": { "16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"manifest_version": 2
}