{
  "name": "Coach OS - Your Business Coach In Your Pocket",
  "short_name": "Coach OS",
  "description": "Premium on-demand business coaching for executives and founders. Strategic guidance whenever you need it, with full context of your business.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0A0A0A",
  "theme_color": "#000000",
  "orientation": "portrait-primary",
  "categories": ["business", "productivity", "lifestyle"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Conversation",
      "short_name": "New Chat",
      "description": "Start a new coaching conversation",
      "url": "/chat/new",
      "icons": [
        {
          "src": "/icon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Coaching Sessions",
      "short_name": "Sessions",
      "description": "Book or view coaching sessions",
      "url": "/sessions",
      "icons": [
        {
          "src": "/icon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}
