From f454ced9490309f37199c2a47dcd8cbc7e976798 Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Wed, 7 Dec 2022 10:51:43 +0300 Subject: Removed LatencyTest, AutoRedirect, Unify, DisableInstance --- src/manifest.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/manifest.json') 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", ""], + "permissions": ["webRequest", "webRequestBlocking", "storage", "unlimitedStorage", "clipboardWrite", "contextMenus", ""], "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", -- cgit 1.4.1 From c702c1d469abfde8465b9864b88fda35f3c134f8 Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Thu, 8 Dec 2022 12:48:55 +0300 Subject: converted the search keyword from 'libredirect' to '@libredirect' https://github.com/libredirect/libredirect/issues/546 --- src/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/manifest.json') diff --git a/src/manifest.json b/src/manifest.json index 2730d161..a1b8e8da 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -39,7 +39,7 @@ "chrome_settings_overrides": { "search_provider": { "name": "__MSG_extensionName__", - "keyword": "libredirect", + "keyword": "@libredirect", "favicon_url": "https://raw.githubusercontent.com/libredirect/libredirect/master/src/assets/images/libredirect-16.png", "search_url": "https://search.libredirect.invalid/?q={searchTerms}", "encoding": "UTF-8", -- cgit 1.4.1