
{
  "name": "My Chat App",
  "short_name": "Chat",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1976d2",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon.png",
      "sizes": "192x192",
      "type": "image/png/svg+xml"
    },
    {
       "src": "/icon.png",
      "sizes": "512x512",
      "type": "image/png/svg+xml"
    }
  ]
}
