From ab6fb6a1c3b329bbeff64d42920f8aa57dd65296 Mon Sep 17 00:00:00 2001 From: Tai Groot Date: Tue, 4 Jun 2019 16:47:26 -0700 Subject: [PATCH] Added keyboard shortcut (Ctrl+Shift+Z) to make usage easier --- manifest.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 63ec35c..26a3405 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "description": "Closes all Google Search tabs when clicked to free up tabs and save your sanity.", "short_name":"SearchBGon", "author": "Tai Groot", - "version": "1.0.2", + "version": "2.0.0", "browser_action": { "default_icon": "static/icon.png" }, @@ -16,6 +16,13 @@ "permissions": [ "tabs" ], + "commands":{ + "_execute_browser_action":{ + "suggested_key":{ + "default": "Ctrl+Shift+Z" + } + } + }, "icons": { "16": "static/icon-16.png", "32": "static/icon-32.png",