Update manifest.json

This commit is contained in:
pliny
2023-08-12 17:13:31 -07:00
committed by GitHub
parent f53c52f9ff
commit b705ff8043

View File

@@ -5,7 +5,8 @@
"description": "Generate binaural beats to enhance cognitive functions.",
"permissions": ["storage", "activeTab"],
"background": {
"service_worker": "background.js"
"page": "background.html",
"persistent": true
},
"action": {
"default_popup": "popup.html"