{
  "id": "/",
  "name": "Ludo Star - Free Multiplayer Ludo Game",
  "short_name": "Ludo Star",
  "description": "Play Ludo online with friends! Free multiplayer board game with real-time matchmaking, local co-op, AI bots, and customization.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "background_color": "#1F1B24",
  "theme_color": "#8B5CF6",
  "orientation": "portrait",
  "categories": ["games", "entertainment"],
  "lang": "en",
  "dir": "ltr",
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "icons": [
    {
      "src": "/images/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Play vs Bot",
      "short_name": "Bot",
      "description": "Practice match against AI",
      "url": "/play/bot",
      "icons": [{ "src": "/images/icon-192x192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Online Matchmaking",
      "short_name": "Online",
      "description": "Find an online match",
      "url": "/play/online",
      "icons": [{ "src": "/images/icon-192x192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Daily Rewards",
      "short_name": "Rewards",
      "description": "Claim today's reward",
      "url": "/rewards",
      "icons": [{ "src": "/images/icon-192x192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
