ratp-pwa/manifest.webmanifest

16 lines
365 B
JSON

{
"background_color": "white",
"description": "Affiche les horaires des prochains passages à un arrêt ou une station du réseau RATP.",
"display": "fullscreen",
"icons": [
{
"src": "ratp.png",
"sizes": "180x180",
"type": "image/png"
}
],
"name": "RATP prochains passages",
"short_name": "RATP",
"start_url": "/"
}