Add dark theme icon
This commit is contained in:
parent
6ca1f57d1c
commit
e4d439ad52
3 changed files with 68 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue