{
  "name": "Thunder Ludo",
  "short_name": "Thunder Ludo",
  "description": "Play Thunder Ludo online with friends. Real-time multiplayer board game with achievements, tournaments, and more!",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0A1435",
  "theme_color": "#0E2B6E",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["games", "entertainment"],
  "screenshots": [
    {
      "src": "/screenshots/gameplay.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Gameplay"
    },
    {
      "src": "/screenshots/lobby.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Game Lobby"
    }
  ],
  "shortcuts": [
    {
      "name": "Quick Match",
      "short_name": "Play",
      "description": "Start a quick match",
      "url": "/quick-match",
      "icons": [
        {
          "src": "/icons/play-icon.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Friends",
      "short_name": "Friends",
      "description": "View your friends list",
      "url": "/friends",
      "icons": [
        {
          "src": "/icons/friends-icon.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "related_applications": [],
  "prefer_related_applications": false
}
