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

github.com/marius-wieschollek/passwords-webextension.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/platform/firefox/manifest.json')
-rw-r--r--src/platform/firefox/manifest.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/platform/firefox/manifest.json b/src/platform/firefox/manifest.json
index e96eaa4..ddfb519 100644
--- a/src/platform/firefox/manifest.json
+++ b/src/platform/firefox/manifest.json
@@ -93,5 +93,12 @@
],
"optional_permissions" : [
"clipboardRead"
- ]
+ ],
+ "commands": {
+ "_execute_browser_action": {
+ "suggested_key": {
+ "default": "Alt+Shift+0"
+ }
+ }
+ }
} \ No newline at end of file