{
  "name": "Stranger World",
  "short_name": "Stranger World",
  "description": "Talk to strangers instantly. Anonymous. Safe. Real-time.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0A0A0A",
  "theme_color": "#0A0A0A",
  "categories": ["social", "communication"],
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Chatting",
      "short_name": "Chat",
      "description": "Jump into a random chat instantly",
      "url": "/chat"
    },
    {
      "name": "Global Feed",
      "short_name": "Feed",
      "description": "Browse the global community feed",
      "url": "/feed"
    }
  ]
}
