Initial commit

This commit is contained in:
Mindboost
2025-07-01 10:53:26 +00:00
commit 38050e5c69
416 changed files with 48708 additions and 0 deletions

24
public/site.webmanifest Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "mindboost - better keep your focus",
"short_name": "mindboost",
"description": "When the world gets loud, mindboost® helps you stay calm and focused. Developed by experts in audio and psychoacoustics, its the first adaptive speech blocker that gently filters out distracting voices—so your mind stays clear, no matter the noise.",
"lang": "de",
"start_url": "/",
"scope": "/",
"display": "standalone",
"orientation": "portrait",
"theme_color": "#E9A446",
"background_color": "#030504",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}