{
  "name": "VeilConnect — Collège Simone Veil",
  "short_name": "VeilConnect",
  "description": "L'espace numérique du Collège Simone Veil",
  "start_url": "/index.php",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0F2D38",
  "theme_color": "#5BC8E8",
  "categories": ["education"],
  "lang": "fr",
  "icons": [
    {
      "src": "/public/img/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/public/img/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/public/img/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/public/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/public/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "screenshots": [
    {
      "src": "/public/img/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Notes",
      "url": "/eleve/notes.php",
      "icons": [{"src": "/public/img/icon-96.png", "sizes": "96x96"}]
    },
    {
      "name": "Messagerie",
      "url": "/eleve/messages.php",
      "icons": [{"src": "/public/img/icon-96.png", "sizes": "96x96"}]
    },
    {
      "name": "Emploi du temps",
      "url": "/eleve/edt.php",
      "icons": [{"src": "/public/img/icon-96.png", "sizes": "96x96"}]
    }
  ]
}
