{
  "name": "Dipoko — Gestion de chantier",
  "short_name": "Dipoko",
  "description": "Suivi matériaux et réconciliation chantier BTP",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#f8fafc",
  "theme_color": "#f59e0b",
  "orientation": "any",
  "icons": [
    {
      "src": "/static/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Mes chantiers",
      "url": "/chantiers",
      "description": "Accéder à la liste des chantiers"
    },
    {
      "name": "Saisie terrain",
      "url": "/mobile",
      "description": "Interface de saisie terrain"
    }
  ]
}
