{
  "id": "/?source=pwa",
  "name": "Forge.tennis",
  "short_name": "Forge",
  "description": "Performance tracking for junior tennis players. UTR progression, match log, opponent intel, focus areas, practices, fitness, and recovery — all in one system.",
  "lang": "en",
  "dir": "ltr",
  "start_url": "/dashboard?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#050505",
  "theme_color": "#050505",
  "orientation": "portrait",
  "categories": ["sports", "fitness", "education"],
  "icons": [
    { "src": "/favicon.svg",          "type": "image/svg+xml", "sizes": "any", "purpose": "any" },
    { "src": "/apple-touch-icon.svg", "type": "image/svg+xml", "sizes": "any", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Log a match",
      "short_name": "Log match",
      "url": "/matches?source=pwa-shortcut",
      "description": "Record a match result"
    },
    {
      "name": "Log a practice",
      "short_name": "Log practice",
      "url": "/practice?source=pwa-shortcut",
      "description": "Record a practice session"
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/dashboard?source=pwa-shortcut",
      "description": "Your performance dashboard"
    }
  ]
}
