From 7b45fa90251df716025f9de3119832052fed78a0 Mon Sep 17 00:00:00 2001 From: pliny <133052465+elder-plinius@users.noreply.github.com> Date: Sat, 12 Aug 2023 18:01:38 -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 aa3cb90..b236e7a 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", "activeTab", "scripting"], + "permissions": ["storage"], "action": { "default_popup": "popup.html" }