Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman-webextension.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2017-10-28 14:00:23 +0300
committerbrantje <brantje@gmail.com>2017-10-28 14:16:09 +0300
commita8ed29ab2f419264ef881dcbf1502592fdcef239 (patch)
treebd92dab2768929bd78fcbf51f8ec0318bada02c0
parent4094aa08f046990b6f31b1bad71f0df7533c095d (diff)
Implement command api. Fixes #181
Goto chrome://extensions/configureCommands to configure the shortcut key. Default: Alt+Down Arrow Signed-off-by: brantje <brantje@gmail.com>
-rw-r--r--manifest.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json
index fd7a5c5..1ca0997 100644
--- a/manifest.json
+++ b/manifest.json
@@ -50,6 +50,16 @@
"default_title": "Passman",
"default_popup": "/html/browser_action/browser_action.html"
},
+ "commands":{
+ "_execute_browser_action": {
+ "suggested_key": {
+ "windows": "Alt+Down Arrow",
+ "mac": "Alt+Down Arrow",
+ "chromeos": "Alt+Down Arrow",
+ "linux": "Alt+Down Arrow"
+ }
+ }
+ },
"permissions": [
"*://*/*",
"notifications",