manifest(firefox): quick-save command, activeTab, Event-Page background.scripts, action-Badge

This commit is contained in:
2026-06-14 10:22:15 +02:00
parent 9a682d49a9
commit 79459beb98
+20 -1
View File
@@ -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": {