{
  "name": "Next-Gen Ballerz",
  "short_name": "Ballerz",
  "description": "Complete football club management platform with live games, player analytics, and community features",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#1e293b",
  "background_color": "#ffffff",
  "categories": ["sports", "productivity"],
  "screenshots": [
    {
      "src": "/screenshot-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshot-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Live Games",
      "short_name": "Games",
      "description": "View and manage live games",
      "url": "/coach/games",
      "icons": [
        {
          "src": "/shortcut-games-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Analytics",
      "short_name": "Stats",
      "description": "View player analytics and performance",
      "url": "/coach/analytics",
      "icons": [
        {
          "src": "/shortcut-analytics-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Highlights",
      "short_name": "Reels",
      "description": "Share and view highlight reels",
      "url": "/player/highlights",
      "icons": [
        {
          "src": "/shortcut-highlights-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
