mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-08 08:53:51 +00:00
27 lines
478 B
JSON
27 lines
478 B
JSON
{
|
|
"name": "ontime",
|
|
"short_name": "ontime",
|
|
"icons": [
|
|
{
|
|
"src": "favicon.ico",
|
|
"sizes": "64x64 32x32 24x24 16x16",
|
|
"type": "image/x-icon"
|
|
},
|
|
{
|
|
"src": "logo192.png",
|
|
"type": "image/png",
|
|
"sizes": "192x192"
|
|
},
|
|
{
|
|
"src": "logo512.png",
|
|
"type": "image/png",
|
|
"sizes": "512x512"
|
|
}
|
|
],
|
|
"scope": "/",
|
|
"start_url": "/",
|
|
"display": "",
|
|
"theme_color": "#121212",
|
|
"background_color": "#ffffff"
|
|
}
|