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" } }