{
  "name": "PitchLedger",
  "short_name": "PitchLedger",
  "description": "Track pitching workload, manage recovery, and scout opponents in real time.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0e1015",
  "theme_color": "#20c967",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["sports", "health", "fitness"],
  "shortcuts": [
    {
      "name": "Live Pitch Count",
      "short_name": "Live",
      "url": "/live",
      "description": "Open the live pitch counter"
    },
    {
      "name": "Roster",
      "short_name": "Roster",
      "url": "/",
      "description": "View your roster"
    }
  ]
}
