Files
ontime/apps/client/public/manifest.json
T
2026-05-09 22:32:04 +02:00

20 lines
323 B
JSON

{
"name": "ontime",
"short_name": "ontime",
"icons": [
{
"src": "favicon.ico",
"type": "image/x-icon"
},
{
"src": "ontime-logo.png",
"type": "image/png"
}
],
"scope": "./",
"start_url": "./",
"display": "",
"theme_color": "#121212",
"background_color": "#101010"
}