{
  "name": "ITATA",
  "short_name": "ITATA",
  "description": "Plateforme de gestion scolaire, universitaire et de formation en Afrique",
  "start_url": "/accounts/dashboard/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "orientation": "portrait-primary",
  "theme_color": "#FF7A00",
  "background_color": "#08090E",
  "lang": "fr",
  "dir": "ltr",
  "categories": ["education", "productivity"],
  "icons": [
    {
      "src": "/static/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/images/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/images/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Tableau de bord",
      "short_name": "Dashboard",
      "description": "Accéder au tableau de bord",
      "url": "/accounts/dashboard/",
      "icons": [{ "src": "/static/images/logo.png", "sizes": "96x96" }]
    },
    {
      "name": "Mes notes",
      "short_name": "Notes",
      "description": "Consulter mes notes",
      "url": "/eleve/mes-notes/",
      "icons": [{ "src": "/static/images/logo.png", "sizes": "96x96" }]
    },
    {
      "name": "Présences",
      "short_name": "Présences",
      "description": "Voir les présences",
      "url": "/eleve/mes-presences/",
      "icons": [{ "src": "/static/images/logo.png", "sizes": "96x96" }]
    },
    {
      "name": "Notifications",
      "short_name": "Notifs",
      "description": "Mes notifications",
      "url": "/notifications/",
      "icons": [{ "src": "/static/images/logo.png", "sizes": "96x96" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
