Ability to save resume and model
This commit is contained in:
@@ -14,7 +14,9 @@
|
||||
"browser_style": true
|
||||
},
|
||||
"background": {
|
||||
"scripts": ["background/background.js"]
|
||||
"scripts": [
|
||||
"background/background.js"
|
||||
]
|
||||
},
|
||||
"options_ui": {
|
||||
"page": "options/options.html",
|
||||
@@ -23,6 +25,16 @@
|
||||
"permissions": [
|
||||
"storage",
|
||||
"activeTab",
|
||||
"contextMenus"
|
||||
]
|
||||
"contextMenus",
|
||||
"<all_urls>",
|
||||
"webRequest",
|
||||
"webRequestBlocking",
|
||||
"downloads"
|
||||
],
|
||||
"browser_specific_settings": {
|
||||
"gecko": {
|
||||
"id": "nms@cray.software",
|
||||
"strict_min_version": "58.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user