{
  "name": "ZenCampus",
  "short_name": "ZenCampus",
  "description": "ZenCampus — Smart School Management System for Students, Staff, and Parents",
  "start_url": "./Login",
  "scope": "./",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#f0f4ff",
  "theme_color": "#2563eb",
  "lang": "en",
  "dir": "ltr",
  "categories": ["education", "productivity"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "./Photos/Schoollogo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./Photos/Schoollogo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "./Photos/Schoollogo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "./Photos/Schoollogo.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "ZenCampus Parent Portal"
    }
  ],
  "shortcuts": [
    {
      "name": "Parent Dashboard",
      "short_name": "Dashboard",
      "description": "Parent Portal — view your child's progress",
      "url": "./ParentLogin/StudentListView",
      "icons": [{ "src": "./Photos/Schoollogo.png", "sizes": "96x96" }]
    },
    {
      "name": "Fee Payment",
      "short_name": "Pay Fee",
      "description": "View fee statement and pay online",
      "url": "./ParentLogin/StudentListView",
      "icons": [{ "src": "./Photos/Schoollogo.png", "sizes": "96x96" }]
    },
    {
      "name": "Attendance",
      "short_name": "Attendance",
      "description": "View student attendance records",
      "url": "./ParentLogin/StudentListView",
      "icons": [{ "src": "./Photos/Schoollogo.png", "sizes": "96x96" }]
    }
  ]
}
