mirror of
https://github.com/LBRYFoundation/Watch-on-LBRY.git
synced 2025-09-21 02:19:52 +00:00
16 lines
No EOL
301 B
JSON
16 lines
No EOL
301 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": "Test"
|
|
},
|
|
"manifest_version": 2
|
|
} |