{
  "name": "Royal Hi-Lo — Free Higher or Lower Card Game",
  "short_name": "Royal Hi-Lo",
  "description": "Guess Higher or Lower on each card. Live probability display, growing multipliers, skip feature and cash out anytime. Free online card game — no download, no sign-up required.",
  "start_url": "/royal-hilo-game/",
  "scope": "/royal-hilo-game/",
  "display": "fullscreen",
  "display_override": ["fullscreen", "standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#070c1a",
  "theme_color": "#2563eb",
  "lang": "en",
  "dir": "ltr",
  "categories": ["games", "entertainment"],
  "iarc_rating_id": "",
  "icons": [
    {
      "src": "/royal-hilo-game/favicon.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any"
    },
    {
      "src": "/royal-hilo-game/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "/royal-hilo-game/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
 
    {
      "src": "/royal-hilo-game/apple-touch-icon.png",
      "type": "image/png",
      "sizes": "180x180",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/royal-hilo-game/og-image.png",
      "type": "image/png",
      "sizes": "1200x630",
      "form_factor": "wide",
      "label": "Royal Hi-Lo — Guess Higher or Lower with live probability and growing multipliers"
    },
    {
      "src": "/royal-hilo-game/og-image.png",
      "type": "image/png",
      "sizes": "1200x630",
      "form_factor": "narrow",
      "label": "Royal Hi-Lo — free card game"
    }
  ],
  "shortcuts": [
    {
      "name": "Deal Card",
      "short_name": "Deal",
      "description": "Start a new round immediately",
      "url": "/royal-hilo-game/?action=deal",
      "icons": [
        {
          "src": "favicon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "edge_side_panel": {
    "preferred_width": 400
  }
}