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:
@@ -12,7 +12,7 @@
|
||||
},
|
||||
|
||||
"background": {
|
||||
"scripts": ["src/js/background.js"]
|
||||
"scripts": ["src/js/quicksave-core.js", "src/js/background.js"]
|
||||
},
|
||||
|
||||
"action": {
|
||||
@@ -22,8 +22,8 @@
|
||||
"commands": {
|
||||
"quick-save": {
|
||||
"suggested_key": {
|
||||
"default": "Ctrl+Shift+S",
|
||||
"mac": "Command+Shift+S"
|
||||
"default": "Alt+Shift+S",
|
||||
"mac": "Alt+Shift+S"
|
||||
},
|
||||
"description": "__MSG_cmdQuickSave__"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user