diff --git a/manifest.json b/manifest.json index 4cec3bc..f30dde3 100644 --- a/manifest.json +++ b/manifest.json @@ -5,7 +5,7 @@ "description": "Generate binaural beats to complement your music.", "permissions": ["storage", "activeTab"], "background": { - "service_worker": "backgroundWorker.js" + "service_worker": "binauralGenerator.js" }, "action": { "default_popup": "popup.html"