{
  "id": "/",
  "name": "LocaPro",
  "short_name": "LocaPro",
  "description": "Gérez votre flotte de véhicules, vos réservations et vos clients en toute simplicité.",
  "lang": "fr",
  "dir": "ltr",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#4f46e5",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/light/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/light/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/light/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/light/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Réservations",
      "url": "/reservations",
      "icons": [{ "src": "/icons/light/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Ma flotte",
      "url": "/fleet",
      "icons": [{ "src": "/icons/light/icon-192x192.png", "sizes": "192x192" }]
    }
  ]
}
