{
  "name": "GoLeave - Leave & Pre-OD Management System",
  "short_name": "GoLeave",
  "description": "A comprehensive leave and pre-OD management system for students, mentors, class advisors, and HODs",
  "start_url": "/",
  "display": "standalone",
  "scope": "/",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#1976d2",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/logomain.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logomain.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/logomain.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logomain.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["education", "productivity"],
  "screenshots": [
    {
      "src": "/logomain.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/logomain.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Apply Leave",
      "short_name": "Apply Leave",
      "description": "Quick access to apply for leave",
      "url": "/apply-leave",
      "icons": [
        {
          "src": "/logomain.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Leave Status",
      "short_name": "Status",
      "description": "Check your leave status",
      "url": "/leave-status",
      "icons": [
        {
          "src": "/logomain.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
