diff --git a/manifest.json b/manifest.json index b236e7a..59f7d20 100644 --- a/manifest.json +++ b/manifest.json @@ -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" }