{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "COCKPIT — Agil'Cadres",
  "short_name": "COCKPIT",
  "description": "Outil de pilotage du marché Agil'Cadres — Colin's Business × France Travail Guadeloupe.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0a0a0b",
  "theme_color": "#be9c86",
  "lang": "fr-FR",
  "dir": "ltr",
  "categories": ["business", "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": "any"
    },
    {
      "src": "/icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Mon portefeuille",
      "short_name": "Portefeuille",
      "url": "/coordinator",
      "description": "Voir mes bénéficiaires"
    },
    {
      "name": "Alertes",
      "short_name": "Alertes",
      "url": "/coordinator/alerts",
      "description": "Alertes en cours"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/desktop.png",
      "sizes": "1440x900",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Dashboard référent sur desktop"
    },
    {
      "src": "/screenshots/mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Espace bénéficiaire sur mobile"
    }
  ]
}
