diff --git a/manifest.json b/manifest.json index 32a70c7..195f55f 100644 --- a/manifest.json +++ b/manifest.json @@ -35,5 +35,13 @@ ], "background" : { "scripts" : ["background.js"] - } + }, + "commands": { + "_execute_browser_action": { + "suggested_key": { + "default": "Alt+Shift+S" + }, + "description": "dd to (Semantic)Scuttle keyboard shortcut" + } +} }