about summary refs log tree commit diff stats
path: root/src/manifest.json
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2023-05-28 11:04:33 +0300
committerManeraKai <manerakai@protonmail.com>2023-05-28 11:04:33 +0300
commit2edc497f2a647a9270d9d724204841f94ebf47f8 (patch)
tree49296fba49440d20d51edd992724518b2bb7908b /src/manifest.json
parentAdded subdomain support for LibMedium (diff)
downloadlibredirect-2edc497f2a647a9270d9d724204841f94ebf47f8.zip
Added Redirect as a shortcut
Diffstat (limited to 'src/manifest.json')
-rw-r--r--src/manifest.json8
1 files changed, 7 insertions, 1 deletions
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",