{
  "name": "Infinite Running League",
  "short_name": "IRL",
  "description": "Your portal to the Infinite Running League - manage races, teams, and runners",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f9fafb",
  "theme_color": "#0070f3",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["sports", "lifestyle"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/runner/dashboard",
      "description": "View your runner dashboard"
    },
    {
      "name": "Races",
      "url": "/runner/races",
      "description": "Browse available races"
    },
    {
      "name": "Teams",
      "url": "/runner/teams",
      "description": "Manage your teams"
    }
  ]
}
