From 246926347099e72c3af32180bc42c87104ba22e4 Mon Sep 17 00:00:00 2001 From: supernova <76390419+driedpampas@users.noreply.github.com> Date: Sat, 30 Sep 2023 19:42:05 +0300 Subject: [PATCH] fix --- platform_spec/firefox/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/platform_spec/firefox/manifest.json b/platform_spec/firefox/manifest.json index 196447129..90e5b3885 100644 --- a/platform_spec/firefox/manifest.json +++ b/platform_spec/firefox/manifest.json @@ -34,7 +34,8 @@ "open_in_tab": true }, "background": { - "scripts": ["background.js"] + "scripts": ["background.js"], + "type": "module" }, "action": { "default_popup": "html/popup.html"