{
  "name": "My Therapy Resource",
  "short_name": "MyTherapyResource",
  "description": "The all-in-one platform for Physical Therapists, Occupational Therapists, and Speech-Language Pathologists.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F8F7F4",
  "theme_color": "#0D6E6E",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["medical", "productivity", "health"],
  "shortcuts": [
    {
      "name": "AI Note Writer",
      "url": "/note-writer",
      "description": "Write clinical notes with AI"
    },
    {
      "name": "Exercise Builder",
      "url": "/exercise-builder",
      "description": "Build home exercise programs"
    },
    {
      "name": "Blog",
      "url": "/blog",
      "description": "Therapy world insights"
    }
  ]
}
