{
  "name": "Lobby - Real Money Gaming Platform",
  "short_name": "Lobby",
  "description": "Play real money games like chess, draughts, pool, and checkers. Create matches, place stakes, winner takes the pot. Instant M-Pesa deposits and withdrawals.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#000000",
  "theme_color": "#8BA888",
  "categories": ["games", "entertainment", "finance"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/lobby.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home.png",
      "sizes": "any",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Home - Browse available matches"
    },
    {
      "src": "/screenshots/games.png",
      "sizes": "any",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Games - Choose from Chess, Draughts, Pool & More"
    },
    {
      "src": "/screenshots/wallet.png",
      "sizes": "any",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Wallet - Instant M-Pesa deposits and withdrawals"
    },
    {
      "src": "/screenshots/transactions.png",
      "sizes": "any",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Transactions - Track your gaming history and earnings"
    },
    {
      "src": "/screenshots/profile.png",
      "sizes": "any",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Profile - Manage your account and view stats"
    }
  ],
  "shortcuts": [
    {
      "name": "Create Match",
      "short_name": "New Match",
      "description": "Start a new game match",
      "url": "/games",
      "icons": [
        {
          "src": "/chess.png",
          "sizes": "any",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "My Wallet",
      "short_name": "Wallet",
      "description": "View balance and make deposits/withdrawals",
      "url": "/wallet",
      "icons": [
        {
          "src": "/berry.png",
          "sizes": "any",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "My Profile",
      "short_name": "Profile",
      "description": "View your gaming profile and statistics",
      "url": "/profile",
      "icons": [
        {
          "src": "/berry.png",
          "sizes": "any",
          "type": "image/png"
        }
      ]
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "share_target": {
    "action": "/",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "display_override": ["window-controls-overlay", "standalone"],
  "edge_side_panel": {
    "preferred_width": 480
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}
