{
  "name": "PokerRun",
  "short_name": "PokerRun",
  "description": "Host or join a poker run. Visit checkpoints, draw cards, win the pot.",
  "start_url": "/",
  "scope": "/",
  "id": "/",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "display": "standalone",
  "launch_handler": { "client_mode": "focus-existing" },
  "background_color": "#f7f6f3",
  "theme_color": "#3369B7",
  "categories": ["games", "sports", "events", "entertainment"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "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"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "PokerRun Home Screen"
    }
  ],
  "shortcuts": [
    {
      "name": "Join Run",
      "short_name": "Join",
      "url": "/?action=join",
      "icons": [{ "src": "/icons/shortcut-join.png", "sizes": "96x96" }]
    },
    {
      "name": "Create Run",
      "short_name": "Create",
      "url": "/?action=create",
      "icons": [{ "src": "/icons/shortcut-create.png", "sizes": "96x96" }]
    }
  ]
}

