{
  "name": "LoopChat - Random Stranger Chat",
  "short_name": "LoopChat",
  "description": "Free random chat with strangers worldwide. Instant video and text chat with smart matchmaking.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#09090b",
  "theme_color": "#0ea5e9",
  "categories": ["social", "communication", "entertainment"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/logo.svg",
      "sizes": "192x192 512x512",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "Random Chat",
      "short_name": "Random",
      "description": "Instantly start chatting with a random stranger",
      "url": "/?tab=random",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Public Rooms",
      "short_name": "Rooms",
      "description": "Join global and country chat rooms",
      "url": "/?tab=rooms",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Online Users",
      "short_name": "Online",
      "description": "Browse active online members",
      "url": "/?tab=online",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    }
  ]
}
