{
  "name": "UNO World - Free Online Card Game",
  "short_name": "UNO World",
  "description": "Play UNO online free with friends worldwide. Multiplayer card game, no download required.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ef4444",
  "orientation": "any",
  "scope": "/",
  "icons": [
    {
      "src": "/logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.ico",
      "sizes": "32x32",
      "type": "image/x-icon"
    }
  ],
  "categories": ["games", "entertainment"],
  "screenshots": [
    {
      "src": "/brand/og-banner.png",
      "sizes": "1200x630",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Play Online",
      "short_name": "Online",
      "description": "Join multiplayer room",
      "url": "/play/online",
      "icons": [{ "src": "/logo.svg", "sizes": "96x96" }]
    },
    {
      "name": "Play with Bots",
      "short_name": "Bots",
      "description": "Practice with AI",
      "url": "/play/local",
      "icons": [{ "src": "/logo.svg", "sizes": "96x96" }]
    }
  ]
}
