{
  "name": "PrésenceQR — Gestion des Présences",
  "short_name": "PrésenceQR",
  "description": "Système de gestion des présences par QR code pour établissements éducatifs.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#002045",
  "theme_color": "#002045",
  "lang": "fr",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Scanner QR",
      "short_name": "Scanner",
      "url": "/etudiant/scanner",
      "description": "Scanner un code QR pour marquer votre présence"
    }
  ]
}
