Up version

- Up to version 1.5
- Added YTtoLBRY
This commit is contained in:
kodxana 2020-07-14 13:26:28 +02:00 committed by GitHub
parent 2f91e320a5
commit 3b642891cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",