Ability to save resume and model

This commit is contained in:
2025-11-12 14:33:53 -05:00
parent 9a67088031
commit b5f309b5bc
9 changed files with 164 additions and 9 deletions

View File

@@ -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"
}
}
}