{
  "name": "Poker Practice App",
  "short_name": "Poker Practice",
  "description": "Practice and build intuition for no-limit hold'em decision-making.",
  "start_url": "./",
  "display": "fullscreen",
  "orientation": "any",
  "background_color": "#E8E2D6",
  "theme_color": "#E8E2D6",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
