From 96d9a86cb031e1923c76e3fa9d94cc35d86ba081 Mon Sep 17 00:00:00 2001 From: pliny <133052465+elder-plinius@users.noreply.github.com> Date: Wed, 23 Aug 2023 07:41:43 -0700 Subject: [PATCH] Update manifest.json --- manifest.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/manifest.json b/manifest.json index 59f7d20..8b547ea 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { - "manifest_version": 3, - "name": "Binaural Beats Generator", - "version": "1.0", - "description": "Generate binaural beats to enhance focus and relaxation.", - "permissions": ["activeTab", "scripting"], - "action": { + "permissions": ["activeTab"], + "background": { + "scripts": ["background.js"], + "persistent": false + }, + "browser_action": { "default_popup": "popup.html" } }