{
  "name": "KS SportsFlow",
  "short_name": "SportsFlow",
  "description": "Complete sports tournament management platform",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#2563eb",
  "orientation": "any",
  "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"
    }
  ],
  "categories": ["sports", "utilities"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Browse Tournaments",
      "url": "/browse",
      "description": "View all tournaments"
    },
    {
      "name": "View Fixtures",
      "url": "/fixtures",
      "description": "Check upcoming matches"
    },
    {
      "name": "Statistics",
      "url": "/statistics",
      "description": "Player and team stats"
    }
  ]
}
