From 3060b05620bc9a334da108f6341108bdb2699613 Mon Sep 17 00:00:00 2001 From: Nick Freear Date: Mon, 19 Aug 2024 17:23:01 +0100 Subject: [PATCH] fix: Firefox support - add `background.scripts` to manifest JSON (#1) --- manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest.json b/manifest.json index 00e83d3..e137a59 100644 --- a/manifest.json +++ b/manifest.json @@ -23,6 +23,7 @@ ], "background": { + "scripts": [ "lib/service-worker.js" ], "service_worker": "lib/service-worker.js" },