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
CI / Build & Test (push) Has been cancelled
Made-with: Cursor
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user