From 2edc497f2a647a9270d9d724204841f94ebf47f8 Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Sun, 28 May 2023 11:04:33 +0300 Subject: Added Redirect as a shortcut --- src/manifest.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/manifest.json') diff --git a/src/manifest.json b/src/manifest.json index 5bb7c0c3..e2f79bd3 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -71,9 +71,15 @@ }, "reverse": { "suggested_key": { - "default": "Alt+Shift+R" + "default": "Alt+Shift+O" }, "description": "Redirect to the original link. Ex: Redirects to the original twitter link while in the nitter website" + }, + "redirect": { + "suggested_key": { + "default": "Alt+Shift+R" + }, + "description": "Redirect link. Ex: Redirects original twitter link to nitter" } }, "default_locale": "en", -- cgit 1.4.1