{
  "name": "VTC Pro",
  "short_name": "VTC Pro",
  "description": "Gestion de location longue durée pour chauffeurs VTC",
  "start_url": "/tableau-de-bord",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#2563EB",
  "background_color": "#FFFFFF",
  "lang": "fr",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Nouvel EDL",
      "short_name": "EDL",
      "description": "Démarrer un état des lieux",
      "url": "/contrats?action=edl",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Planning",
      "url": "/planning"
    },
    {
      "name": "Nouvelle réservation",
      "url": "/reservations/nouvelle"
    }
  ]
}
