aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorjahoti <jahoti@tilde.team>2021-07-19 00:00:00 +0000
committerjahoti <jahoti@tilde.team>2021-07-19 00:00:00 +0000
commit97f683e266bc7270396c9e78296b9b0439639fbe (patch)
tree1620187db016bcc483d9caf2c4a06d6b22ae80eb /manifest.json
parent6b12a034efe8918eb45f09aa5aad94177eb51049 (diff)
downloadbrowser-extension-97f683e266bc7270396c9e78296b9b0439639fbe.tar.gz
browser-extension-97f683e266bc7270396c9e78296b9b0439639fbe.zip
Change the icon
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifest.json b/manifest.json
index 3d21e82..14b6aa2 100644
--- a/manifest.json
+++ b/manifest.json
@@ -8,7 +8,7 @@
"author": "various",
"description": "Kill the web&js",_GECKO_APPLICATIONS_
"icons":{
- "64": "icons/hachette.png"
+ "64": "icons/hachette.svg"
},
"permissions": [
"contextMenus",
@@ -24,7 +24,7 @@
"browser_action": {
"browser_style": true,
"default_icon": {
- "64": "icons/hachette.png"
+ "64": "icons/hachette.svg"
},
"default_title": "Hachette",
"default_popup": "html/display-panel.html"