Files
binaural-beats-generator/manifest.json
2023-08-12 16:23:40 -07:00

14 lines
319 B
JSON

{
"manifest_version": 3,
"name": "Binaural Beats Generator",
"version": "1.0",
"description": "Generate binaural beats to complement your music.",
"permissions": ["storage", "activeTab"],
"background": {
"service_worker": "backgroundWorker.js"
},
"action": {
"default_popup": "popup.html"
}
}