From 6706fbc5e03bce2caf3a7f6dd7f9f6112e359ff2 Mon Sep 17 00:00:00 2001 From: Rasz_pl Date: Wed, 12 Jun 2024 03:38:22 +0200 Subject: [PATCH] Update manifest.json fix background for FF compatibility --- manifest.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index f61bee8ab..83a447f6d 100644 --- a/manifest.json +++ b/manifest.json @@ -12,7 +12,9 @@ "48": "stuff/icons/48.png" }, "background": { - "service_worker": "background.js" + "scripts": [ + "background.js" + ] }, "action": { "default_popup": "menu/index.html",