{
  "id": "rha-vision-pwa",
  "name": "RHA Vision",
  "short_name": "RHA Vision",
  "description": "Contrôle hygiène alimentaire 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 Vision"
    },
    {
      "src": "/screenshots/desktop.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Interface bureau RHA Vision"
    }
  ],
  "shortcuts": [
    {
      "name": "Nouveau contrôle",
      "url": "/?view=saisi",
      "icons": [{ "src": "/icons/shortcut-saisi.png", "sizes": "96x96" }]
    },
    {
      "name": "Dashboard",
      "url": "/?view=dashboard",
      "icons": [{ "src": "/icons/shortcut-dashboard.png", "sizes": "96x96" }]
    }
  ],
"share_target": {
  "action": "/",
  "method": "GET",
  "params": {
    "title": "title",
    "text": "text",
    "url": "url"
  }
}