Manifest fixes

Fixed:
- Missing icons
- Wrong name in toolbar
This commit is contained in:
kodxana 2019-10-20 18:41:28 +02:00 committed by GitHub
parent 0f20dc5885
commit 48267f154e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,11 @@
"persistent": false
},
"browser_action": {
"default_title": "Test"
"default_title": "Watch on LBRY"
},
"icons": { "16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"manifest_version": 2
}
}