Update manifest.json

This commit is contained in:
pliny
2023-08-12 18:16:54 -07:00
committed by GitHub
parent fc2c1d1e7b
commit f537484af2
+1 -1
View File
@@ -3,7 +3,7 @@
"name": "Binaural Beats Generator",
"version": "1.0",
"description": "Generate binaural beats to enhance focus and relaxation.",
"permissions": ["storage"],
"permissions": ["activeTab", "scripting"],
"action": {
"default_popup": "popup.html"
}