{
  "name": "Blackjack Card Counting Simulator",
  "short_name": "Blackjack",
  "description": "Practice blackjack card counting with Hi-Lo system, chip betting, and session analytics.",
  "start_url": "./index.html",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a0e1a",
  "theme_color": "#0a0e1a",
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png" }
  ]
}
