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
commit6b12a034efe8918eb45f09aa5aad94177eb51049 (patch)
tree8ef97158020fd4ba02fe740f491f9a1a3fe17498 /manifest.json
parentecb787046271de708b94da70240713e725299d86 (diff)
downloadbrowser-extension-6b12a034efe8918eb45f09aa5aad94177eb51049.tar.gz
browser-extension-6b12a034efe8918eb45f09aa5aad94177eb51049.zip
Refer to the extension consistently as "Hachette" and remove TODOS.org
from the copyright file
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/manifest.json b/manifest.json
index 20568a0..3d21e82 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,13 +2,13 @@
// 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"
+ "64": "icons/hachette.png"
},
"permissions": [
"contextMenus",
@@ -24,9 +24,9 @@
"browser_action": {
"browser_style": true,
"default_icon": {
- "64": "icons/myext.png"
+ "64": "icons/hachette.png"
},
- "default_title": "Myext",
+ "default_title": "Hachette",
"default_popup": "html/display-panel.html"
},
"options_ui": {