added icons
This commit is contained in:
parent
da6181d046
commit
fdb6e03389
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
*.xcf
|
||||||
|
.vscode/
|
|
@ -2,6 +2,11 @@
|
||||||
"name": "FuriKani",
|
"name": "FuriKani",
|
||||||
"description": "Removes furigana on websites based on your WaniKani level",
|
"description": "Removes furigana on websites based on your WaniKani level",
|
||||||
"version": "0.6",
|
"version": "0.6",
|
||||||
|
"icons": {
|
||||||
|
"16": "res/icon16.png",
|
||||||
|
"48": "res/icon48.png",
|
||||||
|
"128": "res/icon128.png"
|
||||||
|
},
|
||||||
"manifest_version": 3,
|
"manifest_version": 3,
|
||||||
"action": {
|
"action": {
|
||||||
"default_popup": "popup.html"
|
"default_popup": "popup.html"
|
||||||
|
|
BIN
res/icon128.png
Normal file
BIN
res/icon128.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.7 KiB |
BIN
res/icon16.png
Normal file
BIN
res/icon16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
BIN
res/icon48.png
Normal file
BIN
res/icon48.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.6 KiB |
BIN
res/icon512.png
Normal file
BIN
res/icon512.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 33 KiB |
Loading…
Reference in a new issue