Add dark theme icon

This commit is contained in:
Jeena 2020-07-04 23:27:20 +02:00
parent 6ca1f57d1c
commit e4d439ad52
3 changed files with 68 additions and 4 deletions

View file

@ -2,15 +2,20 @@
"description": "Button to like and reply",
"manifest_version": 2,
"name": "Indie Reply Button",
"version": "2.0",
"version": "3.0",
"icons": {
"48": "icons/icon.svg"
},
"browser_action": {
"default_icon": "icons/icon.svg",
"default_title": "IndieButton",
"default_popup": "popup.html",
"browser_style": false
"browser_style": false,
"default_icon": "icons/icon.svg",
"theme_icons": [{
"light": "icons/icon-light.svg",
"dark": "icons/icon.svg",
"size": 32
}]
},
"permissions": [
"tabs"