{
  "name": "TuitionPro",
  "short_name": "TuitionPro",
  "description": "AI-Powered Tuition Center Management — students, attendance & fees",
  "start_url": "/index.html",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#4f46e5",
  "theme_color": "#4f46e5",
  "scope": "/",
  "lang": "en-IN",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "categories": ["education", "productivity", "business"],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Home",
      "url": "/dashboard.html",
      "description": "Go to dashboard"
    },
    {
      "name": "Mark Attendance",
      "short_name": "Attendance",
      "url": "/attendance.html",
      "description": "Mark today's attendance"
    },
    {
      "name": "Fees",
      "short_name": "Fees",
      "url": "/fees.html",
      "description": "View and manage fees"
    }
  ]
}
