{
  "name": "Cadence Coach Hub",
  "short_name": "Coach Hub",
  "description": "The coach-side of Cadence — clients, programs, calendar, messages, payments, insights.",
  "start_url": "/coach.html",
  "scope": "/coach.html",
  "display": "standalone",
  "background_color": "#0F0509",
  "theme_color": "#1A0509",
  "orientation": "any",
  "icons": [
    {
      "src": "cadence-assets/app-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["health", "fitness", "productivity", "business"],
  "shortcuts": [
    { "name": "Clients", "url": "/coach.html#clients", "description": "Open client roster" },
    { "name": "Calendar", "url": "/coach.html#calendar", "description": "Week planner" },
    { "name": "Messages", "url": "/coach.html#messages", "description": "Client conversations" },
    { "name": "Payments", "url": "/coach.html#payments", "description": "Revenue + billing" }
  ]
}
