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"