From 8037072b1d532e12c7d501a60b157a4b48462db9 Mon Sep 17 00:00:00 2001 From: BelKed <66956532+BelKed@users.noreply.github.com> Date: Sat, 1 Mar 2025 02:11:36 +0100 Subject: [PATCH] fix: enable persistent background script for Firefox --- src/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manifest.json b/src/manifest.json index df7a337..fe66bf0 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -21,7 +21,7 @@ "background": { "{{chrome}}.service_worker": "src/background/main.ts", "{{firefox}}.scripts": ["src/background/main.ts"], - "{{firefox}}.persistent": false + "{{firefox}}.persistent": true }, "options_ui": {