{
  "name": "RetroChat",
  "short_name": "RetroChat",
  "description": "Windows XP style real-time chat app",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000080",
  "theme_color": "#1a4fa8",
  "orientation": "landscape",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}
