{
  "name": "TrailWatch",
  "short_name": "TrailWatch",
  "description": "Suivi de trajet et sécurité pour la rando, le vélo, la moto et la voiture",
  "start_url": "./index.html",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f2820",
  "theme_color": "#0f2820",
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png" }
  ],
  "shortcuts": [
    {
      "name": "Démarrer une rando",
      "short_name": "Rando",
      "url": "./index.html?quickstart=hike",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Démarrer à vélo",
      "short_name": "Vélo",
      "url": "./index.html?quickstart=bike",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Voir l'historique",
      "short_name": "Historique",
      "url": "./index.html?quickstart=history",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ]
}
