From c8ff4dd9d2bc587c4e7127f132876f3640c11535 Mon Sep 17 00:00:00 2001 From: Jon Kazama Date: Sun, 14 Jun 2026 10:22:26 +0200 Subject: [PATCH] manifest(opera): quick-save command additiv, tabs/action/Redirect-Worker unveraendert --- manifest.opera.json | 10 ++++++++++ 1 file changed, 10 insertions(+) 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'" },