aboutsummaryrefslogtreecommitdiffstats
path: root/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json11
1 files changed, 10 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json
index 1dca7ac..84c65c8 100644
--- a/manifest.json
+++ b/manifest.json
@@ -28,5 +28,14 @@
"permissions": [
"tabs",
"storage"
- ]
+ ],
+
+ "commands": {
+ "download": {
+ "suggested_key": {
+ "default": "MacCtrl+L"
+ },
+ "description": "Download URL file"
+ }
+ }
}