{
  "name": "ohonlychat.com - Anonymous Video Chat with Strangers",
  "short_name": "ohonlychat",
  "description": "Chat anonymously with strangers worldwide. Free random video chat, voice calls, and text chat. No registration required.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#8b5cf6",
  "orientation": "portrait-primary",
  "categories": ["social", "communication", "entertainment"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/screenshot-mobile.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Video Chat",
      "short_name": "Video",
      "description": "Start anonymous video chat",
      "url": "/chat?mode=video",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Start Voice Chat",
      "short_name": "Voice",
      "description": "Start anonymous voice chat",
      "url": "/chat?mode=voice",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Start Text Chat",
      "short_name": "Text",
      "description": "Start anonymous text chat",
      "url": "/chat?mode=text",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
