{
  "id": "rha-rapports-pwa",
  "name": "RHA Rapports",
  "short_name": "RHA Rapports",
  "description": "Rapports et statistiques d'hygiène en abattoir",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#08111f",
  "theme_color": "#08111f",
  "lang": "fr",
  "categories": ["utilities", "productivity"],
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable any" }
  ],
  "screenshots": [
    { "src": "/screenshots/mobile.png", "sizes": "750x1334", "type": "image/png", "form_factor": "narrow", "label": "Interface mobile RHA Rapports" },
    { "src": "/screenshots/desktop.png", "sizes": "1920x1080", "type": "image/png", "form_factor": "wide", "label": "Interface bureau RHA Rapports" }
  ],
  "shortcuts": [
    { "name": "Rapports", "url": "/?view=rapports", "icons": [{ "src": "/icons/shortcut-reports.png", "sizes": "96x96" }] }
  ]
}