{
  "name": "SchoolNest Pakistan",
  "short_name": "SchoolNest",
  "description": "School Management System for Pakistan — Attendance, Fees, Exams, and more.",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563EB",
  "orientation": "any",
  "scope": "/",
  "lang": "en-PK",
  "categories": ["education", "productivity"],
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon"
    },
    {
      "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": "Mark Attendance",
      "short_name": "Attendance",
      "description": "Mark today's student attendance",
      "url": "/dashboard/student-attendance",
      "icons": [{ "src": "/favicon.ico", "sizes": "48x48" }]
    },
    {
      "name": "Collect Fees",
      "short_name": "Fees",
      "description": "Collect fee payments",
      "url": "/dashboard/challans?tab=collect",
      "icons": [{ "src": "/favicon.ico", "sizes": "48x48" }]
    },
    {
      "name": "Add Student",
      "short_name": "Add Student",
      "description": "Enrol a new student",
      "url": "/dashboard/students/new",
      "icons": [{ "src": "/favicon.ico", "sizes": "48x48" }]
    }
  ],
  "screenshots": [],
  "prefer_related_applications": false,
  "related_applications": []
}
