{
  "name": "Baseball Performance Tracker",
  "short_name": "Baseball Tracker",
  "description": "Track your baseball performance, stats, and progress",
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#0A2342",
  "background_color": "#F8F9FA",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-US",
  "categories": ["sports", "productivity", "lifestyle"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-mobile-1.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Dashboard view showing player stats and upcoming games"
    },
    {
      "src": "/screenshot-mobile-2.png",
      "sizes": "390x844", 
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Statistics tracking and performance analytics"
    }
  ],
  "shortcuts": [
    {
      "name": "Add Stats",
      "short_name": "Stats",
      "description": "Quickly add new performance stats",
      "url": "/stats?action=add",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "View Schedule",
      "short_name": "Schedule",
      "description": "Check upcoming games and practices",
      "url": "/schedule",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}