fix(manifest): Quick-Save auf Alt+Shift+S (Strg+Shift+S Brave-Konflikt, Strg+Alt verboten); Firefox laedt quicksave-core via scripts-Array

This commit is contained in:
2026-06-14 10:47:17 +02:00
parent f473697fb2
commit a37f34eeac
3 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -12,7 +12,7 @@
}, },
"background": { "background": {
"scripts": ["src/js/background.js"] "scripts": ["src/js/quicksave-core.js", "src/js/background.js"]
}, },
"action": { "action": {
@@ -22,8 +22,8 @@
"commands": { "commands": {
"quick-save": { "quick-save": {
"suggested_key": { "suggested_key": {
"default": "Ctrl+Shift+S", "default": "Alt+Shift+S",
"mac": "Command+Shift+S" "mac": "Alt+Shift+S"
}, },
"description": "__MSG_cmdQuickSave__" "description": "__MSG_cmdQuickSave__"
} }
+2 -2
View File
@@ -18,8 +18,8 @@
"commands": { "commands": {
"quick-save": { "quick-save": {
"suggested_key": { "suggested_key": {
"default": "Ctrl+Shift+S", "default": "Alt+Shift+S",
"mac": "Command+Shift+S" "mac": "Alt+Shift+S"
}, },
"description": "__MSG_cmdQuickSave__" "description": "__MSG_cmdQuickSave__"
} }
+2 -2
View File
@@ -43,8 +43,8 @@
"commands": { "commands": {
"quick-save": { "quick-save": {
"suggested_key": { "suggested_key": {
"default": "Ctrl+Shift+S", "default": "Alt+Shift+S",
"mac": "Command+Shift+S" "mac": "Alt+Shift+S"
}, },
"description": "__MSG_cmdQuickSave__" "description": "__MSG_cmdQuickSave__"
} }