{
  "name": "FRC Alliance Hub",
  "short_name": "FRC Hub",
  "description": "Self-hosted FRC data platform — match data, scouting, and EPA stats",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#060a10",
  "theme_color": "#0066ff",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    { "name": "Events",      "url": "/events",          "description": "Browse events" },
    { "name": "Teams",       "url": "/teams",           "description": "Browse teams"  },
    { "name": "Scouting",    "url": "/scouting/events", "description": "Event scouting data" },
    { "name": "Team Stats",  "url": "/scouting/teams",  "description": "Team EPA stats" }
  ]
}
