{
  "name": "ORBIT CHAT",
  "short_name": "ORBIT",
  "description": "Application de messagerie instantanée en temps réel",
  "start_url": "/app/",
  "display": "standalone",
  "background_color": "#FFFFFF",
  "theme_color": "#FFEA00",
  "icons": [
    {
      "src": "/favicon/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]

}