{
  "name": "Vortex Chat",
  "short_name": "Vortex",
  "description": "Secure real-time chat application with AI smart replies.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#7039CC",
  "icons": [
    {
      "src": "https://picsum.photos/seed/vortex-icon/192/192",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "https://picsum.photos/seed/vortex-icon/512/512",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}