{
  "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" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Dashboard", "short_name": "Dashboard", "url": "/dashboard", "icons": [{ "src": "/icon.svg", "sizes": "96x96" }] },
    { "name": "Attendance", "short_name": "Attendance", "url": "/attendance", "icons": [{ "src": "/icon.svg", "sizes": "96x96" }] },
    { "name": "Notices", "short_name": "Notices", "url": "/notices", "icons": [{ "src": "/icon.svg", "sizes": "96x96" }] },
    { "name": "Fees", "short_name": "Fees", "url": "/fees", "icons": [{ "src": "/icon.svg", "sizes": "96x96" }] },
    { "name": "Timetable", "short_name": "Timetable", "url": "/timetable", "icons": [{ "src": "/icon.svg", "sizes": "96x96" }] }
  ],
  "screenshots": [
    { "src": "/screenshots/dashboard.png", "sizes": "1280x720", "type": "image/png", "form_factor": "wide", "label": "Dashboard" },
    { "src": "/screenshots/mobile.png", "sizes": "750x1334", "type": "image/png", "form_factor": "narrow", "label": "Mobile View" }
  ],
  "categories": ["education", "productivity"],
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
