From 4c0d18e2b5cda8b0dd488ae3acc201cb65b284fe Mon Sep 17 00:00:00 2001 From: Federico Brigante Date: Tue, 2 Jan 2024 16:47:04 +0800 Subject: [PATCH] Restore Firefox support --- source/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/manifest.json b/source/manifest.json index 3b26c4c3..5ada118f 100644 --- a/source/manifest.json +++ b/source/manifest.json @@ -34,6 +34,7 @@ }, "background": { "service_worker": "background.js", - "type": "module" + "type": "module", + "scripts": [ "background.js" ] } }