manifest(firefox): quick-save command, activeTab, Event-Page background.scripts, action-Badge
This commit is contained in:
+20
-1
@@ -11,9 +11,28 @@
|
|||||||
"newtab": "newtab.html"
|
"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": [
|
"permissions": [
|
||||||
"storage",
|
"storage",
|
||||||
"bookmarks"
|
"bookmarks",
|
||||||
|
"activeTab"
|
||||||
],
|
],
|
||||||
|
|
||||||
"browser_specific_settings": {
|
"browser_specific_settings": {
|
||||||
|
|||||||
Reference in New Issue
Block a user