From 730b9c9166dbe3ce33fc8cd61aaef4d1d5cb9d56 Mon Sep 17 00:00:00 2001 From: Mahesh Jaganiya <34797952+jagzmz@users.noreply.github.com> Date: Sat, 1 Sep 2018 00:27:03 +0530 Subject: [PATCH] Update manifest.json New User who are searching for the "Pin All" shortcut may find it difficult to locate Keyboards Shortcuts in Chrome. Also instead of greyed out "Options" in the extention you can provide "chrome://extensions/shortcuts" link for the users to make it easier. Thank You. --- manifest.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 70f41ff..2230475 100644 --- a/manifest.json +++ b/manifest.json @@ -9,7 +9,10 @@ }, "commands": { "tab_pinner_pin_all_tabs": { - "description": "Pin all tabs in the current window." + "description": "Pin all tabs in the current window.", + "suggested_key": { + "default": "Alt+Shift+Z" + } }, "tab_pinner_pin_unpin_tab": { "description": "Pin or unpin the current tab.",