mirror of
https://github.com/LBRYFoundation/Watch-on-LBRY.git
synced 2025-08-23 17:47:26 +00:00
Up version
- Up to version 1.5 - Added YTtoLBRY
This commit is contained in:
parent
2f91e320a5
commit
3b642891cd
1 changed files with 7 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Watch on LBRY",
|
"name": "Watch on LBRY",
|
||||||
"version": "1.4.2",
|
"version": "1.5",
|
||||||
"permissions": [
|
"permissions": [
|
||||||
"https://www.youtube.com/watch?v=*",
|
"https://www.youtube.com/watch?v=*",
|
||||||
"https://www.youtube.com/channel/*",
|
"https://www.youtube.com/channel/*",
|
||||||
|
@ -19,7 +19,12 @@
|
||||||
"browser_action": {
|
"browser_action": {
|
||||||
"default_title": "Watch on LBRY",
|
"default_title": "Watch on LBRY",
|
||||||
"default_popup": "popup/popup.html"
|
"default_popup": "popup/popup.html"
|
||||||
},
|
},
|
||||||
|
"web_accessible_resources": [
|
||||||
|
"popup.html",
|
||||||
|
"tools/YTtoLBRY.html"
|
||||||
|
],
|
||||||
|
|
||||||
"icons": {
|
"icons": {
|
||||||
"16": "icons/icon16.png",
|
"16": "icons/icon16.png",
|
||||||
"48": "icons/icon48.png",
|
"48": "icons/icon48.png",
|
||||||
|
|
Loading…
Add table
Reference in a new issue