Update manifest.json

This commit is contained in:
pliny
2023-08-23 07:44:41 -07:00
committed by GitHub
parent 014b501829
commit 7cff2631d1
+2 -3
View File
@@ -5,10 +5,9 @@
"description": "An extension to generate binaural beats.",
"permissions": ["activeTab"],
"background": {
"scripts": ["background.js"],
"persistent": false
"service_worker": "background.js"
},
"browser_action": {
"action": {
"default_popup": "popup.html"
}
}