manifest(chrome): quick-save command (Strg+Shift+S), activeTab, service_worker, action-Badge
This commit is contained in:
+17
-1
@@ -9,9 +9,25 @@
|
|||||||
"chrome_url_overrides": {
|
"chrome_url_overrides": {
|
||||||
"newtab": "newtab.html"
|
"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": [
|
"permissions": [
|
||||||
"storage",
|
"storage",
|
||||||
"bookmarks"
|
"bookmarks",
|
||||||
|
"activeTab"
|
||||||
],
|
],
|
||||||
"web_accessible_resources": [
|
"web_accessible_resources": [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user