{
  "name": "AesthOS Clinic Suite",
  "short_name": "AesthOS",
  "description": "All-in-one clinic management software for dermatology and aesthetics clinics. Appointments, invoicing, EMR, and patient portal.",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#0A0A0A",
  "theme_color": "#0A0A0A",
  "orientation": "any",

  "scope": "/",
  "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-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
