From d49c2e5af98e5008bd78cc4fb07c7b795e31ae0f Mon Sep 17 00:00:00 2001 From: shibao Date: Sun, 6 Jul 2025 06:14:22 -0400 Subject: [PATCH] add firefox specific changes --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 4be9761..4097a36 100644 --- a/manifest.json +++ b/manifest.json @@ -151,7 +151,7 @@ "default_popup": "popup.html" }, "background": { - "service_worker": "background.js", + "scripts": ["background.js"], "type": "module" }, "icons": {