Update manifest.json

This commit is contained in:
pliny
2023-08-12 18:01:38 -07:00
committed by GitHub
parent 631983ac8b
commit 7b45fa9025

View File

@@ -3,7 +3,7 @@
"name": "Binaural Beats Generator",
"version": "1.0",
"description": "Generate binaural beats to enhance focus and relaxation.",
"permissions": ["storage", "activeTab", "scripting"],
"permissions": ["storage"],
"action": {
"default_popup": "popup.html"
}