Skip to content

Commit 14b5d4d

Browse files
committed
add icon
1 parent 951de22 commit 14b5d4d

File tree

4 files changed

+27
-1
lines changed

4 files changed

+27
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.png

Makefile

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
bundle.zip: manifest.json icon-128.png bg.js popup.html
2+
zip $@ $^
3+
4+
icon-128.png: icon.svg
5+
inkscape $< --export-filename=$@

icon.svg

+14
Loading

manifest.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@
55
"version": "0.0.0",
66
"browser_action": {
77
"default_title": "xiMatrix",
8-
"default_popup": "popup.html"
8+
"default_popup": "popup.html",
9+
"default_icon": {
10+
"128": "icon-128.png"
11+
}
12+
},
13+
"icons": {
14+
"128": "icon-128.png"
915
},
1016
"background": {
1117
"scripts": ["bg.js"]

0 commit comments

Comments
 (0)