{
  "name": "HitZero HQ",
  "short_name": "HitZero",
  "description": "The operating system for all-star cheer gyms.",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#09090b",
  "theme_color": "#6366f1",
  "icons": [
    {
      "src": "/logo-mark.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "categories": ["business", "productivity", "sports"],
  "shortcuts": [
    {
      "name": "Take Attendance",
      "short_name": "Attendance",
      "url": "/app/attendance",
      "description": "Mark today's practice attendance"
    },
    {
      "name": "Athletes",
      "url": "/app/athletes",
      "description": "View your roster"
    }
  ]
}
