{
  "name": "BagTrax",
  "short_name": "BagTrax",
  "description": "Free cornhole scoring app with live scoreboard, player stats, tournament brackets, and league management",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0A0A0A",
  "theme_color": "#0A0A0A",
  "categories": ["sports", "games"],
  "icons": [
    { "src": "/static/web-app-manifest-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/static/web-app-manifest-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "New Game",
      "short_name": "Play",
      "url": "/play",
      "icons": [{ "src": "/static/web-app-manifest-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Leaderboard",
      "short_name": "Leaders",
      "url": "/leaderboard",
      "icons": [{ "src": "/static/web-app-manifest-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Leagues",
      "short_name": "Leagues",
      "url": "/leagues",
      "icons": [{ "src": "/static/web-app-manifest-192x192.png", "sizes": "192x192" }]
    }
  ]
}
