aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2021-07-20 12:01:41 +0200
committerWojtek Kosior <koszko@koszko.org>2021-07-20 12:03:07 +0200
commit081739e7dcaeed1e0655a49ebdebb02d653d9042 (patch)
tree91e74e5f74c8f947bf43461de0bfed012e419cf2 /manifest.json
parent82836b92768bc3fa329e0d5345e93e98f5047db7 (diff)
parent97f683e266bc7270396c9e78296b9b0439639fbe (diff)
downloadbrowser-extension-081739e7dcaeed1e0655a49ebdebb02d653d9042.tar.gz
browser-extension-081739e7dcaeed1e0655a49ebdebb02d653d9042.zip
Merge rebranding to "Hachette"
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json18
1 files changed, 13 insertions, 5 deletions
diff --git a/manifest.json b/manifest.json
index 20568a0..328b27f 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,13 +2,17 @@
// Redistribution terms are gathered in the `copyright' file.
{
"manifest_version": 2,
- "name": "My extension",
- "short_name": "Myext",
+ "name": "Hachette",
+ "short_name": "Hachette",
"version": "0.0.1",_CHROMIUM_KEY_
"author": "various",
"description": "Kill the web&js",_GECKO_APPLICATIONS_
"icons":{
- "64": "icons/myext.png"
+ "128": "icons/hachette128.png",
+ "64": "icons/hachette64.png",
+ "48": "icons/hachette48.png",
+ "32": "icons/hachette32.png",
+ "16": "icons/hachette16.png"
},
"permissions": [
"contextMenus",
@@ -24,9 +28,13 @@
"browser_action": {
"browser_style": true,
"default_icon": {
- "64": "icons/myext.png"
+ "128": "icons/hachette128.png",
+ "64": "icons/hachette64.png",
+ "48": "icons/hachette48.png",
+ "32": "icons/hachette32.png",
+ "16": "icons/hachette16.png"
},
- "default_title": "Myext",
+ "default_title": "Hachette",
"default_popup": "html/display-panel.html"
},
"options_ui": {