diff --git a/manifest.firefox.json b/manifest.firefox.json index 7bff759..9405c7e 100644 --- a/manifest.firefox.json +++ b/manifest.firefox.json @@ -11,9 +11,28 @@ "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": [ "storage", - "bookmarks" + "bookmarks", + "activeTab" ], "browser_specific_settings": {