mirror of
https://github.com/elder-plinius/binaural-beats-generator.git
synced 2026-07-14 06:47:22 +02:00
11 lines
272 B
JSON
11 lines
272 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "Binaural Beats Generator",
|
|
"version": "1.0",
|
|
"description": "Generate binaural beats to enhance focus and relaxation.",
|
|
"permissions": ["storage", "activeTab", "scripting"],
|
|
"action": {
|
|
"default_popup": "popup.html"
|
|
}
|
|
}
|