Update manifest.json

This commit is contained in:
pliny
2023-08-23 07:41:43 -07:00
committed by GitHub
parent a29078b988
commit 96d9a86cb0
+6 -6
View File
@@ -1,10 +1,10 @@
{
"manifest_version": 3,
"name": "Binaural Beats Generator",
"version": "1.0",
"description": "Generate binaural beats to enhance focus and relaxation.",
"permissions": ["activeTab", "scripting"],
"action": {
"permissions": ["activeTab"],
"background": {
"scripts": ["background.js"],
"persistent": false
},
"browser_action": {
"default_popup": "popup.html"
}
}