Added icons

This commit is contained in:
Said Achmiz 2019-01-30 01:13:09 -05:00
parent cef30ab3b0
commit 224ed3715e
5 changed files with 14 additions and 0 deletions

BIN
images/ASK128.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

BIN
images/ASK16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
images/ASK32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

BIN
images/ASK48.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -13,5 +13,19 @@
"js": [ "contentScript.js" ]
}
],
"page_action": {
"default_icon": {
"16": "images/ASK16.png",
"32": "images/ASK32.png",
"48": "images/ASK48.png",
"128": "images/ASK128.png"
}
},
"icons": {
"16": "images/ASK16.png",
"32": "images/ASK32.png",
"48": "images/ASK48.png",
"128": "images/ASK128.png"
},
"options_page": "options.html"
}