Files
binaural-beats-generator/manifest.json
2023-08-23 07:44:41 -07:00

14 lines
293 B
JSON

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