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

Commit b0db208

Browse files
committed
Add icon
1 parent 9abd53a commit b0db208

File tree

4 files changed

+127
-0
lines changed

4 files changed

+127
-0
lines changed

src/icon.png

6.9 KB
Loading

src/icon.svg

Lines changed: 121 additions & 0 deletions
Loading

src/manifest-chromium.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"persistent": true,
1111
"scripts": ["js/background.dist.js"]
1212
},
13+
"icons": {
14+
"128": "icon.png"
15+
},
1316
"browser_action": {
1417
"default_popup": "popup/popup.html"
1518
},

src/manifest-firefox.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
"persistent": true,
1010
"scripts": ["js/background.dist.js"]
1111
},
12+
"icons": {
13+
"128": "icon.png"
14+
},
1215
"browser_action": {
1316
"default_popup": "popup/popup.html"
1417
},

0 commit comments

Comments
 (0)