{ "manifest_version": 3, "name": "Binaural Beats Generator", "version": "1.0", "description": "An extension to generate binaural beats.", "permissions": ["activeTab"], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html" } }