diff options
Diffstat (limited to 'manifest.json')
| -rw-r--r-- | manifest.json | 11 |
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" + } + } } |
