{
  "name": "GetFest - College Event Management Platform",
  "short_name": "GetFest",
  "description": "Discover, manage, and participate in college events, competitions, and fests",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#00a8e8",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/getfest.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/getfest.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "education",
    "events",
    "social"
  ],
  "screenshots": [
    {
      "src": "/screenshot1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Event Discovery"
    },
    {
      "src": "/screenshot2.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Event Management"
    }
  ]
}