diff --git a/manifest.json b/manifest.json index ec4e698..23494df 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "Tab2QR", "short_name": "Tab2QR", "author": "James Shih", - "version": "2.1.2", + "version": "2.1.3", "description": "A minimalist browser extesion to send the page you are currently viewing to your mobile device.", "icons": { @@ -20,6 +20,15 @@ "default_popup": "popup.html" }, + "commands": { + "_execute_browser_action": { + "suggested_key": { + "default": "Ctrl+Q", + "mac": "MacCtrl+Q" + } + } + }, + "permissions":[ "activeTab" ] diff --git a/package.json b/package.json index 427b101..5180f50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Tab2QR", - "version": "2.1.2", + "version": "2.1.3", "description": "Send the page you are currently viewing to your mobile device.", "repository": "IFS49F/Tab2QR", "author": {