Update manifest.json

This commit is contained in:
pliny
2023-08-12 16:21:54 -07:00
committed by GitHub
parent 143c55531a
commit 748c83b4b2
+6 -4
View File
@@ -2,11 +2,13 @@
"manifest_version": 3,
"name": "Binaural Beats Generator",
"version": "1.0",
"permissions": ["storage", "tabs", "activeTab"],
"description": "Generate binaural beats to complement your music.",
"permissions": ["storage", "activeTab"],
"background": {
"scripts": ["binauralGenerator.js"],
"persistent": false
},
"action": {
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.js"
}
}