Remove placeholder status icons

This commit is contained in:
Jordan Wages 2025-06-25 14:53:19 -05:00
commit a58b8f3632
3 changed files with 55 additions and 18 deletions

View file

@ -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",