Add manifest file to fire up the install event

This commit is contained in:
nemunaire 2018-06-20 07:03:56 +02:00
commit 687eeed344
3 changed files with 16 additions and 0 deletions

15
manifest.webmanifest Normal file
View file

@ -0,0 +1,15 @@
{
"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": "/"
}