{
  "name": "EDT - Emploi du Temps UNC",
  "short_name": "EDT - UNC",
  "description": "Application de gestion des emplois du temps - Université de la Nouvelle-Calédonie",
  "display": "standalone",
  "background_color": "#f2f2f2",
  "theme_color": "#ffffff",
  "id": "/",
  "start_url": ".",
  "scope": "/",
  "related_applications": [{
    "platform": "webapp",
    "url": "./manifest.webmanifest"
  }],
  "icons": [
      {
        "src": "/icons/icon-192.png?v=3",
        "sizes": "192x192",
        "type": "image/png"
      },
      {
        "src": "/icons/icon-512.png?v=3",
        "sizes": "512x512",
        "type": "image/png"
      }
    ],
  "screenshots": [
    {
      "src": "icons/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "EDT - Vue calendrier"
    },
    {
      "src": "icons/screenshot-mobile.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "EDT - Vue mobile"
    }
  ]
}
