mirror of
https://github.com/elder-plinius/binaural-beats-generator.git
synced 2026-02-12 16:52:50 +00:00
14 lines
335 B
JSON
14 lines
335 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "Binaural Beats Generator",
|
|
"version": "1.0",
|
|
"description": "A Chrome extension to generate binaural beats.",
|
|
"permissions": ["storage"],
|
|
"action": {
|
|
"default_popup": "popup.html"
|
|
},
|
|
"content_security_policy": {
|
|
"extension_pages": "script-src 'self'; object-src 'self';"
|
|
}
|
|
}
|