{
  "name": "AEERCD - Étudiants de Dembancane",
  "short_name": "AEERCD",
  "description": "Plateforme d'entraide pour les étudiants de Dembancane",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#2E8B57",
  "theme_color": "#2E8B57",
  "orientation": "any",
  "icons": [
    {
      "src": "/static/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["education", "social", "productivity"],
  "lang": "fr",
  "dir": "ltr",
  "scope": "/",
  "screenshots": [
    {
      "src": "/static/img/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/static/img/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ]
}