{
  "name": "HPG // KATA",
  "short_name": "KATA",
  "description": "The performance system for jiu-jitsu athletes. Practice the form.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F7F8F9",
  "theme_color": "#0F1923",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["health", "fitness", "lifestyle"],
  "shortcuts": [
    {
      "name": "Daily Check-In",
      "short_name": "Check-In",
      "url": "/check-in",
      "description": "Log today's readiness"
    },
    {
      "name": "Today's Session",
      "short_name": "Train",
      "url": "/program",
      "description": "View and start today's program"
    },
    {
      "name": "Nutrition Log",
      "short_name": "Nutrition",
      "url": "/nutrition",
      "description": "Track macros and water"
    }
  ]
}
