15 lines
440 B
JSON
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" }
|
|
]
|
|
}
|