{
  "name": "PokerPulse",
  "short_name": "PokerPulse",
  "description": "Professional home poker tournament manager with real-time sync, big screen displays, and league management.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#020617",
  "theme_color": "#020617",
  "orientation": "any",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["games", "sports"],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/dashboard",
      "description": "Go to your tournament dashboard"
    },
    {
      "name": "New Tournament",
      "short_name": "New",
      "url": "/tournament/new",
      "description": "Create a new tournament"
    }
  ]
}
