{
  "name": "Buzly - Community Platform",
  "short_name": "Buzly",
  "description": "Free community platform. Create servers with voice chat, build communities with forums, share videos, and connect with friends.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1a1a2e",
  "theme_color": "#e94560",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-US",
  "categories": ["social", "communication", "entertainment"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Buzly Home Dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Voice Chat",
      "short_name": "Voice",
      "description": "Join voice channels",
      "url": "/?view=servers",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Forums",
      "short_name": "Spaces",
      "description": "Browse community forums",
      "url": "/?view=forums",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Videos",
      "short_name": "Videos",
      "description": "Watch and share videos",
      "url": "/?view=videos",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
