We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 951de22 commit 14b5d4dCopy full SHA for 14b5d4d
.gitignore
@@ -0,0 +1 @@
1
+*.png
Makefile
@@ -0,0 +1,5 @@
+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
manifest.json
@@ -5,7 +5,13 @@
"version": "0.0.0",
6
"browser_action": {
7
"default_title": "xiMatrix",
8
- "default_popup": "popup.html"
+ "default_popup": "popup.html",
9
+ "default_icon": {
10
+ "128": "icon-128.png"
11
+ }
12
+ },
13
+ "icons": {
14
15
},
16
"background": {
17
"scripts": ["bg.js"]
0 commit comments