{
  "name": "EdNum.org · Éducation Numérique",
  "short_name": "EdNum.org",
  "description": "Applications interactives et ressources pour l'éducation numérique",
  "lang": "fr",
  "start_url": "./index.html",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f8fafc",
  "theme_color": "#a52a23",
  "icons": [
    {
      "src": "assets/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    },
    {
      "src": "assets/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "meta/screenshots/index.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Portail d'accueil de la Suite EdNum"
    },
    {
      "src": "meta/screenshots/simulateur_automate_widescreen.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Simulateur d'automate sur grand écran"
    },
    {
      "src": "meta/screenshots/simulateur_automate_mobile.png",
      "sizes": "375x812",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Simulateur d'automate sur smartphone"
    }
  ]
}