Update manifest.json

This commit is contained in:
pliny
2023-08-12 16:25:31 -07:00
committed by GitHub
parent e6bf28c8f5
commit ddde5cf724

View File

@@ -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"