Update manifest.json

This commit is contained in:
pliny
2023-08-12 16:23:40 -07:00
committed by GitHub
parent 748c83b4b2
commit e6bf28c8f5
+1 -2
View File
@@ -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"