From 12b4a4a3092af702b4d44184e739bc27fe64bcd2 Mon Sep 17 00:00:00 2001 From: Philip Garrison Date: Sat, 30 Dec 2023 18:19:23 -0800 Subject: [PATCH] Add background.scripts for firefox --- src/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/manifest.json b/src/manifest.json index bb26dc5..cb3deae 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -8,7 +8,8 @@ "storage" ], "background": { - "service_worker": "service-worker.js" + "service_worker": "service-worker.js", + "scripts": ["service-worker.js"] }, "content_scripts": [ {