Add 16px pixel-drawn icon
This commit is contained in:
BIN
src/icon16.png
Normal file
BIN
src/icon16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 492 B |
@@ -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": {
|
||||||
|
@@ -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": {
|
||||||
|
Reference in New Issue
Block a user