{
  "name": "Scolaris Management",
  "short_name": "Scolaris",
  "description": "Gérez votre école facilement",
  "theme_color": "#0F6E56",
  "background_color": "#F9FAFB",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "/",
  "start_url": "/",
  "lang": "fr",
  "categories": ["education", "productivity"],
  "icons": [
    { "src": "/icons/icon-72.png",  "sizes": "72x72",   "type": "image/png" },
    { "src": "/icons/icon-96.png",  "sizes": "96x96",   "type": "image/png" },
    { "src": "/icons/icon-128.png", "sizes": "128x128", "type": "image/png" },
    { "src": "/icons/icon-144.png", "sizes": "144x144", "type": "image/png" },
    { "src": "/icons/icon-152.png", "sizes": "152x152", "type": "image/png" },
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icons/icon-384.png", "sizes": "384x384", "type": "image/png" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "Dashboard Directeur",
      "short_name": "Dashboard",
      "url": "/",
      "description": "Accéder au tableau de bord"
    },
    {
      "name": "Espace Parent",
      "short_name": "Parent",
      "url": "/parent",
      "description": "Espace dédié aux parents"
    },
    {
      "name": "Espace Sheikh",
      "short_name": "Sheikh",
      "url": "/sheikh",
      "description": "Espace dédié au sheikh du Daara"
    }
  ],
  "screenshots": [
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Scolaris Dashboard"
    }
  ]
}