{
  "manifest_version": 2,
  "name": "American Pub Poker",
  "short_name": "AP Poker",
  "description": "Denver's Free Bar Poker League — Player & Dealer App",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "categories": ["games", "sports", "social"],
  "lang": "en-US",
  "background_color": "#0a1628",
  "theme_color": "#d4a843",
  "icons": [
    {
      "src": "/logo192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logo512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logo512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://americanpubpoker.online/manifest.json",
      "id": "americanpubpoker.online"
    }
  ],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "My Games",
      "short_name": "Games",
      "description": "Jump straight to your active and upcoming games",
      "url": "/",
      "icons": [{ "src": "/logo192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "My Tickets",
      "short_name": "Tickets",
      "description": "View your scratch tickets and unclaimed prizes",
      "url": "/my-scratch-tickets",
      "icons": [{ "src": "/logo192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Player Hub",
      "short_name": "Hub",
      "description": "Open your player hub with stats, achievements, and rewards",
      "url": "/player/hub",
      "icons": [{ "src": "/logo192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
