From 89c47e29de0d43bf1d12d75c54bdd7c2d6d884ef Mon Sep 17 00:00:00 2001 From: lmm214 Date: Sun, 26 Mar 2023 15:21:44 +0800 Subject: [PATCH] 2023.03.25 --- manifest.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifest.json b/manifest.json index f5da903..7310d86 100644 --- a/manifest.json +++ b/manifest.json @@ -26,12 +26,12 @@ ], "host_permissions": ["http://*/*", "https://*/*"], "commands": { - "_execute_browser_action": { - "suggested_key": { - "default": "Ctrl+Shift+F", - "mac": "MacCtrl+Shift+F" - }, - "description": "Opens popup.html" + "open-extension": { + "description": "Open my extension", + "suggested_key": { + "default": "Ctrl+Shift+F", + "mac": "MacCtrl+Shift+F" + } + } } - } } \ No newline at end of file