From 79459beb98110e560c172478a167b5e84cad3b23 Mon Sep 17 00:00:00 2001 From: Jon Kazama Date: Sun, 14 Jun 2026 10:22:15 +0200 Subject: [PATCH] manifest(firefox): quick-save command, activeTab, Event-Page background.scripts, action-Badge --- manifest.firefox.json | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/manifest.firefox.json b/manifest.firefox.json index 7bff759..9405c7e 100644 --- a/manifest.firefox.json +++ b/manifest.firefox.json @@ -11,9 +11,28 @@ "newtab": "newtab.html" }, + "background": { + "scripts": ["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" ], "browser_specific_settings": {