Remove placeholder status icons
This commit is contained in:
parent
5673cfbd36
commit
a58b8f3632
3 changed files with 55 additions and 18 deletions
|
@ -18,6 +18,12 @@
|
|||
"96": "resources/img/logo96.png",
|
||||
"128": "resources/img/logo128.png"
|
||||
},
|
||||
"browser_action": {
|
||||
"default_icon": "resources/img/logo32.png"
|
||||
},
|
||||
"message_display_action": {
|
||||
"default_icon": "resources/img/logo32.png"
|
||||
},
|
||||
"background": { "scripts": [ "background.js" ] },
|
||||
"options_ui": {
|
||||
"page": "options/options.html",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue