diff --git a/package.json b/package.json index 70767654..2ed5f2b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hop", - "version": "1.1.12", + "version": "1.1.13", "description": "An icon-first bookmark manager", "main": "src/public/index.tsx", "packageManager": "pnpm@7.5.2", diff --git a/src/public/chrome/manifest.json b/src/public/chrome/manifest.json index 1c19905e..c840f42b 100644 --- a/src/public/chrome/manifest.json +++ b/src/public/chrome/manifest.json @@ -1,7 +1,7 @@ { "name": "Hop", "description": "An icon-first bookmark manager", - "version": "1.1.12", + "version": "1.1.13", "manifest_version": 3, "action": { "default_title": "Hop", @@ -19,5 +19,13 @@ "48": "/icons/hop48.png", "128": "/icons/hop128.png" }, - "permissions": ["storage", "tabs"] + "permissions": ["storage", "tabs"], + "commands": { + "_execute_action": { + "suggested_key": { + "default": "Alt+Shift+O" + }, + "description": "Toggle Hop popup" + } + } } diff --git a/src/public/firefox/manifest.json b/src/public/firefox/manifest.json index 42811dc9..b9589afc 100644 --- a/src/public/firefox/manifest.json +++ b/src/public/firefox/manifest.json @@ -1,7 +1,7 @@ { "name": "Hop", "description": "An icon-first bookmark manager", - "version": "1.1.12", + "version": "1.1.13", "manifest_version": 2, "browser_action": { "default_title": "Hop", @@ -13,6 +13,14 @@ "96": "icon.svg" }, "permissions": ["storage", "tabs"], + "commands": { + "_execute_browser_action": { + "suggested_key": { + "default": "Alt+Shift+O" + }, + "description": "Toggle Hop popup" + } + }, "browser_specific_settings": { "gecko": { "id": "hop@masonmcelvain.com"