{
  "name": "EduPro — Educational Management Platform",
  "short_name": "EduPro",
  "description": "Unified Multi-Tenant Platform for Schools, Tuition Centers, Teachers, Parents & Students",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#4f46e5",
  "theme_color": "#4f46e5",
  "categories": ["education", "productivity", "management"],
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "type": "image/svg+xml",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.svg",
      "type": "image/svg+xml",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/",
      "description": "View institutional overview and KPIs"
    },
    {
      "name": "Attendance",
      "url": "/?tab=attendance",
      "description": "Record or view student attendance"
    },
    {
      "name": "Fees",
      "url": "/?tab=fees",
      "description": "Track payments and receipts"
    },
    {
      "name": "Homework",
      "url": "/?tab=homework",
      "description": "Check daily homework assignments"
    }
  ]
}
