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