Files
baby-mobile/app/manifest.webmanifest
T
2026-07-04 03:28:14 -07:00

15 lines
440 B
JSON

{
"name": "BabyMobile Audio Manager",
"short_name": "BabyMobile",
"description": "Scan, upload and play audio on the BabyMobile XIAO over Bluetooth LE.",
"start_url": "./index.html",
"scope": "./",
"display": "standalone",
"orientation": "portrait",
"background_color": "#140d2b",
"theme_color": "#1f1147",
"icons": [
{ "src": "./icon.svg", "type": "image/svg+xml", "sizes": "any", "purpose": "any maskable" }
]
}