{
  "name": "GenixEdu — Student Management",
  "short_name": "GenixEdu",
  "description": "Smart Student Management System — attendance, marks, fees, and parent messaging for Sri Lankan educational institutions.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#0f172a",
  "theme_color": "#4f46e5",
  "orientation": "portrait-primary",
  "lang": "en",
  "categories": ["education", "productivity", "business"],
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/genixedu-logo2.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Mark Attendance",
      "short_name": "Attendance",
      "description": "Open or manage an attendance session",
      "url": "/dashboard/attendance",
      "icons": [{ "src": "/icons/shortcut-attendance.svg", "sizes": "96x96", "type": "image/svg+xml" }]
    },
    {
      "name": "Add Student",
      "short_name": "Add Student",
      "description": "Enrol a new student",
      "url": "/dashboard/students/new",
      "icons": [{ "src": "/icons/shortcut-students.svg", "sizes": "96x96", "type": "image/svg+xml" }]
    },
    {
      "name": "Send Message",
      "short_name": "Messaging",
      "description": "Broadcast SMS to parents or staff",
      "url": "/dashboard/messaging",
      "icons": [{ "src": "/icons/shortcut-messaging.svg", "sizes": "96x96", "type": "image/svg+xml" }]
    },
    {
      "name": "Fee Report",
      "short_name": "Fees",
      "description": "View and manage fee collection",
      "url": "/dashboard/fees",
      "icons": [{ "src": "/icons/shortcut-fees.svg", "sizes": "96x96", "type": "image/svg+xml" }]
    },
    {
      "name": "Marks & Reports",
      "short_name": "Reports",
      "description": "Enter marks and generate rank lists",
      "url": "/dashboard/marks/report",
      "icons": [{ "src": "/icons/shortcut-marks.svg", "sizes": "96x96", "type": "image/svg+xml" }]
    }
  ]
}
