{
  "id": "com.acedpoker.holdem",
  "name": "ACED Poker",
  "short_name": "ACED",
  "description": "No Limit Texas Hold'em poker trainer with smart AI bots, multiplayer ranked games and a Royal saloon vibe. Free to play, no real money.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#000000",
  "theme_color": "#FFD700",
  "lang": "en",
  "categories": [
    "games",
    "casino",
    "entertainment"
  ],
  "iarc_rating_id": "18+",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-1.png",
      "sizes": "720x1344",
      "type": "image/png",
      "label": "ACED Poker Home Screen",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshot-2.png",
      "sizes": "720x1344",
      "type": "image/png",
      "label": "ACED Poker Game Table",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Play Now",
      "url": "/",
      "description": "Start a new poker game"
    }
  ],
  "dir": "ltr",
  "display_override": [
    "standalone",
    "minimal-ui"
  ]
}