From f537484af2447435da71793e93555b103b611d54 Mon Sep 17 00:00:00 2001 From: pliny <133052465+elder-plinius@users.noreply.github.com> Date: Sat, 12 Aug 2023 18:16:54 -0700 Subject: [PATCH] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }