From 6b12a034efe8918eb45f09aa5aad94177eb51049 Mon Sep 17 00:00:00 2001 From: jahoti Date: Mon, 19 Jul 2021 00:00:00 +0000 Subject: Refer to the extension consistently as "Hachette" and remove TODOS.org from the copyright file --- manifest.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'manifest.json') 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": { -- cgit v1.2.3 From 97f683e266bc7270396c9e78296b9b0439639fbe Mon Sep 17 00:00:00 2001 From: jahoti Date: Mon, 19 Jul 2021 00:00:00 +0000 Subject: Change the icon --- copyright | 6 +- icons/hachette.png | Bin 13130 -> 0 bytes icons/hachette.svg | 161 +++++++++++++++++++++++++++++++++++++++++++++++++++++ manifest.json | 4 +- 4 files changed, 168 insertions(+), 3 deletions(-) delete mode 100644 icons/hachette.png create mode 100644 icons/hachette.svg (limited to 'manifest.json') diff --git a/copyright b/copyright index ed659f3..98b8ae8 100644 --- a/copyright +++ b/copyright @@ -10,12 +10,16 @@ Files: build.sh Copyright: 2021 Wojtek Kosior License: CC0 +Files: icons/hachette.svg +Copyright: 2017 David Lyons +License: CC0 + Files: manifest.json background/policy_injector.js common/misc.js content/main.js Copyright: 2021 Wojtek Kosior 2021 jahoti License: GPL-3+-javascript or Alicense-1.0 -Files: icons/hachette.png README.txt copyright +Files: README.txt copyright Copyright: 2021 Wojtek Kosior License: GPL-3+ or Alicense-1.0 or CC-BY-SA-4.0 diff --git a/icons/hachette.png b/icons/hachette.png deleted file mode 100644 index 1dd025b..0000000 Binary files a/icons/hachette.png and /dev/null differ diff --git a/icons/hachette.svg b/icons/hachette.svg new file mode 100644 index 0000000..c139490 --- /dev/null +++ b/icons/hachette.svg @@ -0,0 +1,161 @@ + + + + Hatchet + + + + + + + + + + + + image/svg+xml + + Hatchet + + + David Lyons + + + + + dlyons + + + + 2017-05 + + + hatchet + ax + wood + + + Hatchet + + + + + + + + + + + + + + + + + + + + + + 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" -- cgit v1.2.3