From e6bf28c8f5bf607a40eca0bc153424849d088f2d Mon Sep 17 00:00:00 2001 From: pliny <133052465+elder-plinius@users.noreply.github.com> Date: Sat, 12 Aug 2023 16:23:40 -0700 Subject: [PATCH] Update manifest.json --- manifest.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 109aebf..4cec3bc 100644 --- a/manifest.json +++ b/manifest.json @@ -5,8 +5,7 @@ "description": "Generate binaural beats to complement your music.", "permissions": ["storage", "activeTab"], "background": { - "scripts": ["binauralGenerator.js"], - "persistent": false + "service_worker": "backgroundWorker.js" }, "action": { "default_popup": "popup.html"