25 lines
673 B
JSON
25 lines
673 B
JSON
{
|
|
"name": "OpusBike — Bosch Smart System Monitor",
|
|
"short_name": "OpusBike",
|
|
"description": "Real-time bike telemetry dashboard for Bosch Smart System eBikes",
|
|
"start_url": ".",
|
|
"display": "standalone",
|
|
"orientation": "portrait",
|
|
"background_color": "#F5F7FA",
|
|
"theme_color": "#F5F7FA",
|
|
"icons": [
|
|
{
|
|
"src": "icons/icon-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "icons/icon-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
}
|
|
]
|
|
}
|