From b41d4775270437429019dd0b7cb48a8759664a96 Mon Sep 17 00:00:00 2001 From: miguel Date: Mon, 7 Feb 2022 00:38:35 -0600 Subject: [PATCH] Add shortcut command. --- public/firefox_manifest.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/public/firefox_manifest.json b/public/firefox_manifest.json index 1727984..fbce8cc 100644 --- a/public/firefox_manifest.json +++ b/public/firefox_manifest.json @@ -12,6 +12,13 @@ "options_ui": { "page": "options.html" }, + "commands": { + "_execute_browser_action": { + "suggested_key": { + "default": "Ctrl+Shift+Y" + } + } + }, "applications": { "gecko": { "id": "{c5880375-5496-4d02-ba27-7830809dbf08}",