mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-07 16:33:51 +00:00
20 lines
321 B
JSON
20 lines
321 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": "#ffffff"
|
|
}
|