feat: update for firefox

This commit is contained in:
xkeyC 2025-05-10 19:03:52 +08:00
parent e4a58196da
commit bdd4194418
2 changed files with 17 additions and 3 deletions

View File

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

View File

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