aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json12
1 files changed, 10 insertions, 2 deletions
diff --git a/manifest.json b/manifest.json
index 14b6aa2..328b27f 100644
--- a/manifest.json
+++ b/manifest.json
@@ -8,7 +8,11 @@
"author": "various",
"description": "Kill the web&js",_GECKO_APPLICATIONS_
"icons":{
- "64": "icons/hachette.svg"
+ "128": "icons/hachette128.png",
+ "64": "icons/hachette64.png",
+ "48": "icons/hachette48.png",
+ "32": "icons/hachette32.png",
+ "16": "icons/hachette16.png"
},
"permissions": [
"contextMenus",
@@ -24,7 +28,11 @@
"browser_action": {
"browser_style": true,
"default_icon": {
- "64": "icons/hachette.svg"
+ "128": "icons/hachette128.png",
+ "64": "icons/hachette64.png",
+ "48": "icons/hachette48.png",
+ "32": "icons/hachette32.png",
+ "16": "icons/hachette16.png"
},
"default_title": "Hachette",
"default_popup": "html/display-panel.html"