mirror of
https://codeberg.org/kbruen/kai.infotren.git
synced 2025-02-22 17:19:37 +02:00
24 lines
612 B
JSON
24 lines
612 B
JSON
{
|
|
"id": "ro.dcdev.infotren.kai",
|
|
"name": "Info Tren: Romanian Railways",
|
|
"short_name": "Info Tren",
|
|
"theme_color": "#0000ff",
|
|
"background_color": "#ffffff",
|
|
"display": "standalone",
|
|
"scope": "/",
|
|
"start_url": "/",
|
|
"shortcuts": [
|
|
{
|
|
"name": "My train",
|
|
"short_name": "My train",
|
|
"description": "Find information about a train",
|
|
"url": "/train.html"
|
|
},
|
|
{
|
|
"name": "Station Departures/Arrivals",
|
|
"short_name": "Departures/Arrivals",
|
|
"description": "View the departures and arrivals boards of a station",
|
|
"url": "/station.html"
|
|
}
|
|
]
|
|
}
|