{
  "name": "Circul'IA Taxi",
  "short_name": "Taxi IA",
  "description": "Application PWA taxi pour propriétaire, chauffeur et passager",
  "start_url": "/login?app=taxi",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#4f46e5",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "App Chauffeur",
      "short_name": "Chauffeur",
      "url": "/driver",
      "description": "Interface chauffeur — courses & gains"
    },
    {
      "name": "App Passager",
      "short_name": "Passager",
      "url": "/rider",
      "description": "Réserver une course"
    }
  ]
}
