From 5d4625b056875028dbe309f9bc2de1440b6cfb05 Mon Sep 17 00:00:00 2001 From: Ankit Ahuja <61857+ankit@users.noreply.github.com> Date: Wed, 15 May 2024 22:16:55 -0400 Subject: [PATCH] fix MV3 manifest for firefox --- src/extension/manifest-firefox.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/extension/manifest-firefox.json b/src/extension/manifest-firefox.json index 7221b8f2..e61f298c 100644 --- a/src/extension/manifest-firefox.json +++ b/src/extension/manifest-firefox.json @@ -1,4 +1,9 @@ { + "background": { + "scripts": ["background/index.js"], + "type": "module" + }, + "browser_specific_settings": { "gecko": { "id": "stylebot@stylebot.dev"