Updating icons
This commit is contained in:
parent
fcd27179da
commit
fb46421737
BIN
ext/icon.png
BIN
ext/icon.png
Binary file not shown.
Before Width: | Height: | Size: 182 B |
BIN
ext/img/icon128.png
Normal file
BIN
ext/img/icon128.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 274 B |
BIN
ext/img/icon16.png
Normal file
BIN
ext/img/icon16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 107 B |
BIN
ext/img/icon19.png
Normal file
BIN
ext/img/icon19.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 111 B |
BIN
ext/img/icon38.png
Normal file
BIN
ext/img/icon38.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 137 B |
BIN
ext/img/icon48.png
Normal file
BIN
ext/img/icon48.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 147 B |
@ -4,10 +4,22 @@
|
|||||||
"description": "Yomichan Extension",
|
"description": "Yomichan Extension",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
|
|
||||||
"browser_action": {"default_icon": "icon.png"},
|
"icons": {
|
||||||
"background": {"page": "bg/background.html"},
|
"16": "img/icon16.png",
|
||||||
"options_page": "bg/options.html",
|
"48": "img/icon48.png",
|
||||||
"permissions": ["storage"],
|
"128": "img/icon128.png"
|
||||||
|
},
|
||||||
|
|
||||||
|
"browser_action": {
|
||||||
|
"default_icon": {
|
||||||
|
"19": "img/icon19.png",
|
||||||
|
"38": "img/icon38.png"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
"background": {"page": "bg/background.html"},
|
||||||
|
"options_page": "bg/options.html",
|
||||||
|
"permissions": ["storage"],
|
||||||
|
|
||||||
"content_scripts": [{
|
"content_scripts": [{
|
||||||
"matches": ["*://*/*"],
|
"matches": ["*://*/*"],
|
||||||
|
Loading…
Reference in New Issue
Block a user