{
  "name": "Code Clinic",
  "short_name": "Code Clinic",
  "description": "Painless Dentistry, Lifesaving Smiles — Code Clinic Management System",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0c1e50",
  "theme_color": "#1A237E",
  "orientation": "any",
  "lang": "en",
  "icons": [
    {
      "src": "/icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["medical", "business", "productivity"],
  "shortcuts": [
    { "name": "Dashboard",    "url": "/dashboard",              "description": "Admin Dashboard" },
    { "name": "Scheduling",   "url": "/scheduling",             "description": "Appointments" },
    { "name": "Receptionist", "url": "/receptionist/dashboard", "description": "Receptionist Portal" }
  ]
}
