diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-12-07 10:51:43 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-12-07 10:51:43 +0300 |
commit | f454ced9490309f37199c2a47dcd8cbc7e976798 (patch) | |
tree | 894c1b18a7a30ed1406257830f768a1917ef126b /src/manifest.json | |
parent | Fixed Bypass not working https://github.com/libredirect/libredirect/issues/475 (diff) | |
download | libredirect-f454ced9490309f37199c2a47dcd8cbc7e976798.zip |
Removed LatencyTest, AutoRedirect, Unify, DisableInstance
Diffstat (limited to 'src/manifest.json')
-rw-r--r-- | src/manifest.json | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/manifest.json b/src/manifest.json index 00c50165..2730d161 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -19,7 +19,7 @@ "48": "assets/images/libredirect-48.png", "128": "assets/images/libredirect-128.png" }, - "permissions": ["webRequest", "webRequestBlocking", "storage", "unlimitedStorage", "cookies", "clipboardWrite", "contextMenus", "<all_urls>"], + "permissions": ["webRequest", "webRequestBlocking", "storage", "unlimitedStorage", "clipboardWrite", "contextMenus", "<all_urls>"], "browser_action": { "default_title": "__MSG_extensionName__", "browser_style": false, @@ -58,12 +58,6 @@ "default": "Alt+Shift+C" }, "description": "Copies the original link. Ex: Copies the original twitter link while in the nitter website" - }, - "unify": { - "suggested_key": { - "default": "Alt+Shift+U" - }, - "description": "Copies the preferences (cookies, localStorage) from the current opened instance and copy them to all the other selected instances" } }, "default_locale": "en", |