{
  "name": "MyCricClub - Cricket Club Manager",
  "short_name": "MyCricClub",
  "description": "Manage your cricket club, tournaments, teams, and live matches",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1e1b4b",
  "theme_color": "#7c3aed",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "categories": ["sports", "utilities"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Live Matches",
      "url": "/matches?status=live",
      "description": "View all live cricket matches"
    },
    {
      "name": "My Clubs",
      "url": "/clubs",
      "description": "View and manage your clubs"
    }
  ]
}
