fix(firefox): add background.scripts for Firefox MV3 compatibility, remove missing dashboard.css from WAR, bump strict_min_version to 109
CI / Build & Test (push) Has been cancelled

Made-with: Cursor
This commit is contained in:
Raven Scott
2026-02-27 23:57:13 -05:00
parent bfd180822b
commit c2a077abe2
+3 -3
View File
@@ -17,7 +17,8 @@
"default_title": "Holesail Dashboard"
},
"background": {
"service_worker": "background.js"
"service_worker": "background.js",
"scripts": ["background.js"]
},
"content_scripts": [
{
@@ -35,7 +36,6 @@
"resources": [
"dashboard.html",
"dashboard.js",
"dashboard.css",
"vendor/xterm.js",
"vendor/xterm-addon-fit.js",
"vendor/xterm.css",
@@ -54,7 +54,7 @@
"browser_specific_settings": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "79.0"
"strict_min_version": "109.0"
}
},
"options_ui": {