Files
binaural-beats-generator/manifest.json
T
2023-08-12 17:42:47 -07:00

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