From edd76bbc1d3b7712f3211e1accc151c234f1bd86 Mon Sep 17 00:00:00 2001 From: pliny <133052465+elder-plinius@users.noreply.github.com> Date: Sat, 12 Aug 2023 17:42:47 -0700 Subject: [PATCH] Update manifest.json --- manifest.json | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/manifest.json b/manifest.json index 37c061b..aa3cb90 100644 --- a/manifest.json +++ b/manifest.json @@ -2,18 +2,9 @@ "manifest_version": 3, "name": "Binaural Beats Generator", "version": "1.0", - "description": "Generate binaural beats to enhance cognitive functions.", - "permissions": ["storage", "activeTab", "tabs", "scripting"], + "description": "Generate binaural beats to enhance focus and relaxation.", + "permissions": ["storage", "activeTab", "scripting"], "action": { "default_popup": "popup.html" - }, - "content_scripts": [ - { - "matches": [""], - "js": ["content.js"] - } - ], - "content_security_policy": { - "extension_pages": "script-src 'self'; object-src 'self';" } }