summaryrefslogtreecommitdiff
path: root/ext/manifest.json
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2016-04-06 22:20:00 -0700
committerAlex Yatskov <alex@foosoft.net>2016-04-06 22:20:00 -0700
commitfb46421737bdd9bbfb04542369526055e86f8905 (patch)
tree8c6d4705c261eae16cde6359d4c36e73ed41146f /ext/manifest.json
parentfcd27179daaa1cb4d99cc17f55412852e00dc6a3 (diff)
Updating icons
Diffstat (limited to 'ext/manifest.json')
-rw-r--r--ext/manifest.json20
1 files changed, 16 insertions, 4 deletions
diff --git a/ext/manifest.json b/ext/manifest.json
index cbe1e04a..11d00e5d 100644
--- a/ext/manifest.json
+++ b/ext/manifest.json
@@ -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": ["*://*/*"],