{
  "name": "EDUCO Administration",
  "short_name": "EDUCO",
  "description": "Application de gestion administrative EDUCO",
  "id": "/",
  "start_url": "/index",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f5faf5",
  "theme_color": "#1a5c3a",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/educo-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/educo-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/educo-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/educo-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    { "name": "Tableau de bord", "short_name": "Accueil", "url": "/dashboard", "icons": [{ "src": "/icons/educo-192.png", "sizes": "192x192" }] },
    { "name": "Nouveau marché", "short_name": "Nouveau", "url": "/markets/new", "icons": [{ "src": "/icons/educo-192.png", "sizes": "192x192" }] },
    { "name": "Cotation", "short_name": "Cotation", "url": "/quotation", "icons": [{ "src": "/icons/educo-192.png", "sizes": "192x192" }] }
  ]
}
