KaiOS webapp for InfoFer scraper
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
612 B

2 years ago
{
"id": "ro.dcdev.infotren.kai",
2 years ago
"name": "Info Tren: Romanian Railways",
"short_name": "Info Tren",
"theme_color": "#0000ff",
"background_color": "#ffffff",
"display": "standalone",
2 years ago
"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"
2 years ago
}
]
}