From 9a682d49a983a49915d4027fc5ebba3136c49220 Mon Sep 17 00:00:00 2001 From: Jon Kazama Date: Sun, 14 Jun 2026 10:22:00 +0200 Subject: [PATCH] manifest(chrome): quick-save command (Strg+Shift+S), activeTab, service_worker, action-Badge --- manifest.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 94a4d25..1f641b4 100644 --- a/manifest.json +++ b/manifest.json @@ -9,9 +9,25 @@ "chrome_url_overrides": { "newtab": "newtab.html" }, + "background": { + "service_worker": "src/js/background.js" + }, + "action": { + "default_title": "Hellion Dashboard" + }, + "commands": { + "quick-save": { + "suggested_key": { + "default": "Ctrl+Shift+S", + "mac": "Command+Shift+S" + }, + "description": "__MSG_cmdQuickSave__" + } + }, "permissions": [ "storage", - "bookmarks" + "bookmarks", + "activeTab" ], "web_accessible_resources": [ {