Files
ontime/apps/client/public/manifest.json
T

22 lines
394 B
JSON

{
"name": "Ontime",
"short_name": "Ontime",
"icons": [
{
"src": "ontime-logo-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "ontime-logo-512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"scope": "./",
"start_url": "./",
"display": "standalone",
"theme_color": "#101010",
"background_color": "#101010"
}