mirror of
https://github.com/cpvalente/ontime.git
synced 2026-07-26 10:38:55 +00:00
20 lines
323 B
JSON
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"
|
|
}
|