aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2021-09-13 16:56:44 +0200
committerWojtek Kosior <koszko@koszko.org>2021-09-13 16:56:44 +0200
commit2bd35bc4b0d32b70320b06d932db90e75e89373e (patch)
treed38333de0b9cf54d31d35812784aeca367bea42e /manifest.json
parent947fbdefffe0f6010e32abbfdce2f4b388d3f7f7 (diff)
downloadbrowser-extension-2bd35bc4b0d32b70320b06d932db90e75e89373e.tar.gz
browser-extension-2bd35bc4b0d32b70320b06d932db90e75e89373e.zip
rename the extension to "Haketilo"
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json28
1 files changed, 15 insertions, 13 deletions
diff --git a/manifest.json b/manifest.json
index ce2577e..9d34732 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,18 +1,20 @@
+// This is the manifest file of Haketilo.
+//
// Copyright (C) 2021 Wojtek Kosior
// Redistribution terms are gathered in the `copyright' file.
{
"manifest_version": 2,
- "name": "Hachette",
- "short_name": "Hachette",
+ "name": "Haketilo",
+ "short_name": "Haketilo",
"version": "0.0.1",
"author": "various",
"description": "Control your \"Web\" browsing.",_GECKO_APPLICATIONS_
"icons":{
- "128": "icons/hachette128.png",
- "64": "icons/hachette64.png",
- "48": "icons/hachette48.png",
- "32": "icons/hachette32.png",
- "16": "icons/hachette16.png"
+ "128": "icons/haketilo128.png",
+ "64": "icons/haketilo64.png",
+ "48": "icons/haketilo48.png",
+ "32": "icons/haketilo32.png",
+ "16": "icons/haketilo16.png"
},
"permissions": [
"contextMenus",
@@ -29,13 +31,13 @@
"browser_action": {
"browser_style": true,
"default_icon": {
- "128": "icons/hachette128.png",
- "64": "icons/hachette64.png",
- "48": "icons/hachette48.png",
- "32": "icons/hachette32.png",
- "16": "icons/hachette16.png"
+ "128": "icons/haketilo128.png",
+ "64": "icons/haketilo64.png",
+ "48": "icons/haketilo48.png",
+ "32": "icons/haketilo32.png",
+ "16": "icons/haketilo16.png"
},
- "default_title": "Hachette",
+ "default_title": "Haketilo",
"default_popup": "html/display-panel.html"
},
"options_ui": {