{
  "name": "LOTIKO | Suivi de Flotte GPS",
  "short_name": "LOTIKO",
  "description": "Plateforme africaine de gestion et suivi de flotte GPS en temps réel",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0f172a",
  "theme_color": "#F59E0B",
  "lang": "fr",
  "icons": [
    {
      "src": "/pwa-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "navigation", "utilities"],
  "shortcuts": [
    {
      "name": "Carte en direct",
      "short_name": "Carte",
      "url": "/map",
      "icons": [{ "src": "/pwa-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Véhicules",
      "short_name": "Flotte",
      "url": "/vehicles",
      "icons": [{ "src": "/pwa-192x192.png", "sizes": "192x192" }]
    }
  ]
}
