Add 16px pixel-drawn icon

This commit is contained in:
Maxim Baz
2019-04-20 12:06:52 +02:00
parent 6f33a36bdf
commit 150e342522
3 changed files with 10 additions and 2 deletions

BIN
src/icon16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 492 B

View File

@@ -11,10 +11,14 @@
"scripts": ["js/background.dist.js"] "scripts": ["js/background.dist.js"]
}, },
"icons": { "icons": {
"16": "icon16.png",
"128": "icon.png" "128": "icon.png"
}, },
"browser_action": { "browser_action": {
"default_icon": "icon.png", "default_icon": {
"16": "icon16.png",
"128": "icon.png"
},
"default_popup": "popup/popup.html" "default_popup": "popup/popup.html"
}, },
"options_ui": { "options_ui": {

View File

@@ -10,10 +10,14 @@
"scripts": ["js/background.dist.js"] "scripts": ["js/background.dist.js"]
}, },
"icons": { "icons": {
"16": "icon16.png",
"128": "icon.png" "128": "icon.png"
}, },
"browser_action": { "browser_action": {
"default_icon": "icon.svg", "default_icon": {
"16": "icon16.png",
"128": "icon.svg"
},
"default_popup": "popup/popup.html" "default_popup": "popup/popup.html"
}, },
"options_ui": { "options_ui": {