diff --git a/manifest.opera.json b/manifest.opera.json index 1c22625..2ac6641 100644 --- a/manifest.opera.json +++ b/manifest.opera.json @@ -40,6 +40,16 @@ "default_title": "Hellion Dashboard" }, + "commands": { + "quick-save": { + "suggested_key": { + "default": "Ctrl+Shift+S", + "mac": "Command+Shift+S" + }, + "description": "__MSG_cmdQuickSave__" + } + }, + "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" },