{
  "name": "MyPoker Tournament Manager",
  "short_name": "MyPoker",
  "description": "Live poker tournament management system",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "landscape",
  "background_color": "#0f1923",
  "theme_color": "#2d5aa8",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/poker-chip.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%230f1923' width='192' height='192'/><circle cx='96' cy='96' r='80' fill='%232d5aa8'/><text x='96' y='110' font-size='60' fill='white' text-anchor='middle' font-weight='bold'>♠</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect fill='%230f1923' width='540' height='720'/><text x='270' y='360' font-size='40' fill='white' text-anchor='middle'>MyPoker Tournament Manager</text></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml"
    }
  ],
  "categories": ["business"],
  "shortcuts": [
    {
      "name": "Admin Dashboard",
      "short_name": "Admin",
      "description": "Go to admin dashboard",
      "url": "/admin",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%232d5aa8' width='96' height='96'/><text x='48' y='56' font-size='36' fill='white' text-anchor='middle'>⚙</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Public Display",
      "short_name": "Display",
      "description": "Go to TV display",
      "url": "/display",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%232d5aa8' width='96' height='96'/><text x='48' y='56' font-size='36' fill='white' text-anchor='middle'>📺</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}
