{
  "name": "Lineup",
  "short_name": "Lineup",
  "description": "Rec league management. Schedules, standings, scoring — all in one.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0b0f15",
  "theme_color": "#0b0f15",
  "categories": ["sports", "productivity"],
  "icons": [
    {
      "src": "/icons/lineup.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/lineup.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Today's games",
      "short_name": "Games",
      "url": "/score",
      "description": "Jump straight to today's games to score."
    },
    {
      "name": "Your team",
      "short_name": "Team",
      "url": "/coach",
      "description": "Open your team dashboard."
    }
  ]
}
