Update manifest.json

This commit is contained in:
kodxana 2019-10-20 18:49:34 +02:00 committed by GitHub
parent 393797b591
commit f96e434c9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,9 +12,9 @@
"browser_action": { "browser_action": {
"default_title": "Watch on LBRY" "default_title": "Watch on LBRY"
}, },
"icons": { "16": "icon16.png", "icons": { "16": "icons/icon16.png",
"48": "icon48.png", "48": "icons/icon48.png",
"128": "icon128.png" "128": "icons/icon128.png"
}, },
"manifest_version": 2 "manifest_version": 2
} }