{
  "name": "PlayerBlueprint – Youth Soccer Coaching",
  "short_name": "PlayerBlueprint",
  "description": "All-in-one app for youth soccer coaches. Practice planning, lineups, game-day management, and parent messaging.",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#f5f8fb",
  "theme_color": "#12324f",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/player-blueprint-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/player-blueprint-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.ico",
      "sizes": "32x32",
      "type": "image/x-icon"
    }
  ],
  "screenshots": [
    {
      "src": "/player-blueprint-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/player-blueprint-logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "categories": ["productivity", "sports"],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Practice Plans",
      "short_name": "Practice",
      "description": "View and create practice plans",
      "url": "/dashboard/training",
      "icons": [{ "src": "/player-blueprint-logo.png", "sizes": "192x192" }]
    },
    {
      "name": "Game Day",
      "short_name": "Game Day",
      "description": "Manage game-day lineups and substitutions",
      "url": "/dashboard/game-day",
      "icons": [{ "src": "/player-blueprint-logo.png", "sizes": "192x192" }]
    },
    {
      "name": "Players",
      "short_name": "Roster",
      "description": "View your team roster",
      "url": "/dashboard/players",
      "icons": [{ "src": "/player-blueprint-logo.png", "sizes": "192x192" }]
    }
  ]
}
