manifest(chrome): quick-save command (Strg+Shift+S), activeTab, service_worker, action-Badge

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