From c74884bc9709614aa1defec5598c3dd5fd956969 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Wed, 19 Oct 2016 18:53:19 -0400 Subject: [PATCH] remove mac bindings since the default will translate appropriately --- src/manifest.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/manifest.json b/src/manifest.json index c08b85af..0e671a58 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_extName__", "short_name": "__MSG_appName__", - "version": "1.1.0", + "version": "1.1.1", "description": "__MSG_extDesc__", "default_locale": "en", "homepage_url": "https://bitwarden.com", @@ -68,15 +68,13 @@ "commands": { "generate_password": { "suggested_key": { - "default": "Ctrl+Shift+O", - "mac": "Command+Shift+O" + "default": "Ctrl+Shift+O" }, "description": "Generate and copy a new random password to the clipboard." }, "_execute_browser_action": { "suggested_key": { - "default": "Ctrl+Shift+Y", - "mac": "Command+Shift+Y" + "default": "Ctrl+Shift+Y" } } },