{
  "name": "Nerves & Bones Clinic System",
  "short_name": "ClinicApp",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1e40af",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "32x32",
      "type": "image/x-icon"
    },
    {
      "src": "/logo.jpeg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "any"
    },
    {
      "src": "/logo.jpeg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "maskable"
    }
  ],
  "categories": [
    "medical",
    "productivity"
  ],
  "description": "Clinic appointment management system for Nerves and Bones",
  "shortcuts": [
    {
      "name": "Add Appointment",
      "short_name": "Appointment",
      "description": "Quick add a new appointment",
      "url": "/?shortcut=add-appointment",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
