{
  "name": "LudoRoyale - Play Ludo Online Free",
  "short_name": "LudoRoyale",
  "description": "Play Ludo online free with friends! No download, no signup. Real-time multiplayer board game.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#030712",
  "theme_color": "#030712",
  "orientation": "portrait-primary",
  "categories": ["games", "entertainment"],
  "lang": "en",
  "scope": "/",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Play vs AI",
      "url": "/?mode=ai",
      "description": "Start a game against AI bots"
    },
    {
      "name": "Create Room",
      "url": "/?mode=create",
      "description": "Create a multiplayer room"
    }
  ]
}
