{
  "name": "GlowClient - Medical Spa CRM",
  "short_name": "GlowClient",
  "description": "HIPAA-compliant medical spa and aesthetic practice management platform",
  "theme_color": "#2C5F5F",
  "background_color": "#ffffff",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "/",
  "start_url": "/dashboard",
  "categories": ["medical", "healthcare", "business", "productivity"],
  "screenshots": [
    {
      "src": "/screenshots/desktop-dashboard.png",
      "sizes": "1280x720",
      "type": "image/png",
      "platform": "wide",
      "label": "Dashboard Overview"
    },
    {
      "src": "/screenshots/mobile-patients.png", 
      "sizes": "390x844",
      "type": "image/png",
      "label": "Patient Management"
    }
  ],
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-96x96.png", 
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128", 
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384", 
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "Patients",
      "short_name": "Patients", 
      "description": "Manage patient records",
      "url": "/dashboard/patients",
      "icons": [
        {
          "src": "/icons/shortcut-patients.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Appointments",
      "short_name": "Schedule",
      "description": "View appointment schedule", 
      "url": "/dashboard/appointments",
      "icons": [
        {
          "src": "/icons/shortcut-appointments.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Treatments",
      "short_name": "Treatments",
      "description": "Record treatments and procedures",
      "url": "/dashboard/treatments", 
      "icons": [
        {
          "src": "/icons/shortcut-treatments.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "protocol_handlers": [
    {
      "protocol": "web+glowclient",
      "url": "/handle-protocol?url=%s"
    }
  ]
}