{
  "name": "Myedumanager - School Management System",
  "short_name": "EDMA",
  "description": "Complete school management platform for administrators, teachers, parents, and students",
  "start_url": "/dashboard",
  "id": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#f2fbff",
  "theme_color": "#055a78",
  "orientation": "any",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false,
  "icons": [
    { "src": "/favicon.ico", "sizes": "48x48", "type": "image/x-icon" },
    { "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any maskable" }
  ],
  "shortcuts": [
    { "name": "Attendance", "short_name": "Attendance", "url": "/attendance" },
    { "name": "Notices", "short_name": "Notices", "url": "/notices" },
    { "name": "Fees", "short_name": "Fees", "url": "/fees" }
  ],
  "categories": ["education", "productivity"]
}
