{
  "name": "Dexas Holdem",
  "short_name": "Dexas",
  "description": "The modern poker tournament timer for home games, clubs, and charity events. Voice announcements, multi-device sync, league standings.",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0a0e14",
  "theme_color": "#0a0e14",
  "lang": "en",
  "dir": "ltr",
  "categories": ["games", "utilities", "productivity", "entertainment"],
  "icons": [
    { "src": "/icon-192.png",          "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png",          "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-192-maskable.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Dexas Holdem — poker tournament timer with voice, multi-device sync, league standings"
    }
  ],
  "shortcuts": [
    {
      "name": "Live Game",
      "short_name": "Game",
      "description": "Jump straight into the tournament timer",
      "url": "/app",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "League Standings",
      "short_name": "League",
      "description": "View season standings",
      "url": "/app?tab=league",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "prefer_related_applications": false
}
