From 3ee22492a6f3348908e3531983cf92c53749d50f Mon Sep 17 00:00:00 2001 From: girst Date: Sat, 19 Aug 2017 23:35:05 +0200 Subject: [PATCH] add ctrl-shift-u keyboard shortcut to open popup --- manifest.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/manifest.json b/manifest.json index 7c800a6..bcb3119 100644 --- a/manifest.json +++ b/manifest.json @@ -21,6 +21,13 @@ "default_title": "__MSG_extensionName__", "default_popup": "popup.htm" }, + "commands": { + "_execute_browser_action": { + "suggested_key": { + "default": "Ctrl+Shift+U" + } + } + }, "permissions": [ "storage",