{
  "name": "Au Petit Service Sablais",
  "short_name": "Au Petit Service",
  "description": "Back-office terrain — chantiers, CRM, rapports",
  "start_url": "/portail.html",
  "display": "standalone",
  "background_color": "#f57c00",
  "theme_color": "#f57c00",
  "orientation": "portrait-primary",
  "lang": "fr",
  "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": "Suivi chantier",
      "short_name": "Chantier",
      "url": "/chantier.html",
      "description": "Pointage et rapports terrain"
    },
    {
      "name": "CRM Clients",
      "short_name": "CRM",
      "url": "/crm.html",
      "description": "Fiches clients"
    },
    {
      "name": "Admin",
      "short_name": "Admin",
      "url": "/portail-admin.html",
      "description": "Administration"
    }
  ]
}