Add manifest file to fire up the install event
This commit is contained in:
parent
95d75405cb
commit
687eeed344
@ -5,6 +5,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<title>ratp</title>
|
||||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
|
||||
<link rel="manifest" href="/manifest.webmanifest">
|
||||
</head>
|
||||
<body class="container">
|
||||
<h1 id="loading">Chargement en cours …</h1>
|
||||
|
15
manifest.webmanifest
Normal file
15
manifest.webmanifest
Normal 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": "/"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user