mirror of
https://github.com/elder-plinius/binaural-beats-generator.git
synced 2026-02-12 16:52:50 +00:00
14 lines
319 B
JSON
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"
|
|
}
|
|
}
|