{
  "name": "TeamFlow",
  "short_name": "TeamFlow",
  "description": "The all-in-one sports team management platform for coaches, parents, and players.",
  "start_url": "/home",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0F1117",
  "theme_color": "#3B5BDB",
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["sports", "productivity", "social"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "My Teams",
      "url": "/home",
      "description": "View all your teams"
    },
    {
      "name": "Create Team",
      "url": "/create-team",
      "description": "Create a new team"
    }
  ]
}
