Updating icons

This commit is contained in:
Alex Yatskov 2016-04-06 22:20:00 -07:00
parent fcd27179da
commit fb46421737
7 changed files with 16 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 182 B

BIN
ext/img/icon128.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 274 B

BIN
ext/img/icon16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 B

BIN
ext/img/icon19.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 111 B

BIN
ext/img/icon38.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 B

BIN
ext/img/icon48.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 B

View File

@ -4,10 +4,22 @@
"description": "Yomichan Extension",
"version": "0.0.1",
"browser_action": {"default_icon": "icon.png"},
"background": {"page": "bg/background.html"},
"options_page": "bg/options.html",
"permissions": ["storage"],
"icons": {
"16": "img/icon16.png",
"48": "img/icon48.png",
"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": [{
"matches": ["*://*/*"],