From 748c83b4b2a30b6e02c5a73f2d11a9fdb21897c1 Mon Sep 17 00:00:00 2001 From: pliny <133052465+elder-plinius@users.noreply.github.com> Date: Sat, 12 Aug 2023 16:21:54 -0700 Subject: [PATCH] Update manifest.json --- manifest.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 185d7fe..109aebf 100644 --- a/manifest.json +++ b/manifest.json @@ -2,11 +2,13 @@ "manifest_version": 3, "name": "Binaural Beats Generator", "version": "1.0", - "permissions": ["storage", "tabs", "activeTab"], + "description": "Generate binaural beats to complement your music.", + "permissions": ["storage", "activeTab"], + "background": { + "scripts": ["binauralGenerator.js"], + "persistent": false + }, "action": { "default_popup": "popup.html" - }, - "background": { - "service_worker": "background.js" } }