{
  "short_name": "Chat",
  "name": "Chat Messaging Platform",
  "description": "Progressive Web App messaging workspace for real-time collaboration, offline browsing, and seamless synchronization.",
  "icons": [
    {
      "src": "/uploads/icon.svg",
      "type": "image/svg+xml",
      "sizes": "any"
    },
    {
      "src": "/uploads/icon.svg",
      "type": "image/svg+xml",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "/uploads/icon.svg",
      "type": "image/svg+xml",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "start_url": "/?pwa=true",
  "background_color": "#1a73e8",
  "theme_color": "#1a73e8",
  "display": "standalone",
  "orientation": "portrait"
}
