summaryrefslogtreecommitdiff
path: root/data/extensions/torproxy@icecat.gnu/manifest.json
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2022-09-18 17:21:42 -0400
committerMark H Weaver <mhw@netris.org>2022-09-18 17:25:13 -0400
commit448beb77c653eb3b7b7649d8bcd8a1704c3144c6 (patch)
tree58226c8231d786c31d2ac2ecac70221bfb16b815 /data/extensions/torproxy@icecat.gnu/manifest.json
parente77a1fa25ac66250e88d5d9901a2ba670edb94cc (diff)
Remove Tor integration support, pending further discussion.
For rationale and discussion, see: <https://lists.gnu.org/archive/html/gnuzilla-dev/2022-09/msg00002.html> * data/extensions/torproxy@icecat.gnu: Remove directory. * data/settings.js: Remove IceCat-specific customizations to "network.dns.blockDotOnion" and "network.http.referer.hideOnionSource" settings.
Diffstat (limited to 'data/extensions/torproxy@icecat.gnu/manifest.json')
-rw-r--r--data/extensions/torproxy@icecat.gnu/manifest.json45
1 files changed, 0 insertions, 45 deletions
diff --git a/data/extensions/torproxy@icecat.gnu/manifest.json b/data/extensions/torproxy@icecat.gnu/manifest.json
deleted file mode 100644
index f03ee3e..0000000
--- a/data/extensions/torproxy@icecat.gnu/manifest.json
+++ /dev/null
@@ -1,45 +0,0 @@
-{
- "manifest_version": 2,
- "name": "Tor Proxy Toggle",
- "version": "1.2.1",
- "description": "Toggle between direct connection and using Tor routing from a local daemon (requires a Tor service installed an running, separately of IceCat). Based on 'Proxy toggle' extension",
- "icons": {
- "48": "icons/p1.svg",
- "96": "icons/p1.svg"
- },
- "permissions": [
- "storage",
- "proxy",
- "<all_urls>",
- "webRequest",
- "webRequestBlocking"
- ],
- "browser_action": {
- "browser_style": true,
- "default_icon": "icons/p1.svg",
- "default_title": "Tor Proxy Toggle"
- },
- "commands": {
- "_execute_browser_action": {
- "suggested_key": {
- "default": "Ctrl+Shift+Y"
- },
- "description": "Toggle Tor proxy on/off"
- }
- },
- "background": {
- "scripts": [
- "background.js"
- ]
- },
- "options_ui": {
- "page": "settings.html",
- "browser_style": true
- },
- "applications": {
- "gecko": {
- "strict_min_version": "60.0",
- "id": "torproxy@icecat.gnu"
- }
- }
-}