Rollator/assets/manifest.json

23 lines
427 B
JSON
Raw Normal View History

2024-08-12 23:44:00 +02:00
{
"name": "Rollator PWA",
"short_name": "rollator-pwa",
2024-08-12 23:44:00 +02:00
"icons": [
{
"src": "./icon-256.jpg",
2024-08-12 23:44:00 +02:00
"sizes": "256x256",
"type": "image/png"
},
{
"src": "./icon-512.jpg",
2024-08-12 23:44:00 +02:00
"sizes": "512x512",
"type": "image/png"
}
],
"lang": "en-US",
"id": "/index.html",
"start_url": "./index.html",
"display": "standalone",
"background_color": "white",
"theme_color": "white"
}