{
  "name": "College ERP",
  "short_name": "ERP",
  "description": "Dental College ERP — offline-first management system",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "any",
  "categories": ["education", "medical", "productivity"],
  "icons": [
    { "src": "/icon.svg",     "sizes": "any",     "type": "image/svg+xml", "purpose": "any" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png",     "purpose": "any maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png",     "purpose": "any maskable" }
  ],
  "shortcuts": [
    { "name": "Dashboard",  "url": "/dashboard",        "description": "Main dashboard" },
    { "name": "Patients",   "url": "/his/patients",     "description": "OPD patient list" },
    { "name": "Employees",  "url": "/hrms/employees",   "description": "Staff directory" },
    { "name": "Students",   "url": "/admissions/students", "description": "Student list" }
  ],
  "prefer_related_applications": false
}
