From da5a90bcb91f9dec990351240d776cdf00f6d497 Mon Sep 17 00:00:00 2001 From: hackademix Date: Sun, 3 Dec 2023 22:53:10 +0100 Subject: [PATCH] More commands for which a keyboard shortcut can be configured. --- src/manifest.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/manifest.json b/src/manifest.json index 194e06d..9df4f37 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -147,6 +147,14 @@ "default": "Alt+Shift+Space", "windows": "Alt+Shift+Comma" } - } + }, + "tempTrustPage": { + "description": "__MSG_TempTrustPage__" + }, + "revokeTemp": { + "description": "__MSG_RevokeTemp__" + }, + + "_execute_browser_action": {} } }