mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/StarCitizenBoxBrowserEx.git
synced 2025-06-04 18:43:48 +08:00
feat: update for firefox
This commit is contained in:
parent
e4a58196da
commit
bdd4194418
8
dist/firefox/manifest.json
vendored
8
dist/firefox/manifest.json
vendored
@ -48,5 +48,11 @@
|
|||||||
"run_at": "document_end",
|
"run_at": "document_end",
|
||||||
"css": []
|
"css": []
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"browser_specific_settings": {
|
||||||
|
"gecko": {
|
||||||
|
"id": "{cebbbbe9-d4d2-4409-a244-2d6145fc0de8}",
|
||||||
|
"strict_min_version": "58.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
@ -22,7 +22,9 @@
|
|||||||
},
|
},
|
||||||
"background": {
|
"background": {
|
||||||
"chromium:service_worker": "background.ts",
|
"chromium:service_worker": "background.ts",
|
||||||
"firefox:scripts": ["background.ts"]
|
"firefox:scripts": [
|
||||||
|
"background.ts"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"content_scripts": [
|
"content_scripts": [
|
||||||
{
|
{
|
||||||
@ -47,5 +49,11 @@
|
|||||||
],
|
],
|
||||||
"run_at": "document_end"
|
"run_at": "document_end"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"browser_specific_settings": {
|
||||||
|
"gecko": {
|
||||||
|
"id": "{cebbbbe9-d4d2-4409-a244-2d6145fc0de8}",
|
||||||
|
"strict_min_version": "58.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user