From dde3e738276e9138acb72cf38c93f3ca8a033bee Mon Sep 17 00:00:00 2001 From: tiye Date: Thu, 5 Sep 2024 20:20:22 +0800 Subject: [PATCH] try to suggest shortcut --- extension/manifest.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/extension/manifest.json b/extension/manifest.json index 2da1585..0d7fcfb 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -22,5 +22,12 @@ "side_panel": { "default_path": "dist/index.html" }, + "commands": { + "_execute_action": { + "suggested_key": { + "mac": "Command+Ctrl+G" + } + } + }, "permissions": ["sidePanel", "scripting", "activeTab", "tabs", "contextMenus"] }