kai.infotren/manifest.json

25 lines
612 B
JSON
Raw Normal View History

2022-08-14 11:31:33 +02:00
{
"id": "ro.dcdev.infotren.kai",
2022-08-14 11:31:33 +02:00
"name": "Info Tren: Romanian Railways",
"short_name": "Info Tren",
"theme_color": "#0000ff",
"background_color": "#ffffff",
"display": "standalone",
2022-08-14 11:31:33 +02:00
"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"
2022-08-14 11:31:33 +02:00
}
]
}