Skip to content
This repository was archived by the owner on Jan 19, 2021. It is now read-only.

Commit 3c805b5

Browse files
committed
Add updated 16px icon
Closes #10 - thanks @532910 :-).
1 parent aa55e87 commit 3c805b5

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

src/icon16.png

490 Bytes
Loading

src/manifest-chromium.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"scripts": ["js/background.dist.js"]
1212
},
1313
"icons": {
14+
"16": "icon16.png",
1415
"128": "icon.png"
1516
},
1617
"browser_action": {

src/manifest-firefox.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"scripts": ["js/background.dist.js"]
1111
},
1212
"icons": {
13+
"16": "icon16.png",
1314
"128": "icon.png"
1415
},
1516
"browser_action": {

0 commit comments

Comments
 (0)