{
  "id": "/",
  "name": "CleanColoc",
  "short_name": "CleanColoc",
  "description": "Gestion collaborative pour colocataires",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#3d6124",
  "theme_color": "#3d6124",
  "orientation": "portrait",
  "lang": "fr",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "CleanColoc sur ordinateur"
    },
    {
      "src": "/screenshots/mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "CleanColoc sur mobile"
    }
  ]
}