{
  "name": "Corbett House",
  "short_name": "Corbett House",
  "description": "One of the twelve student houses under the IIT Madras BS Degree Programme",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1f2937",
  "orientation": "portrait-primary",
  "categories": ["education", "productivity", "utilities"],
  "lang": "en",
  "icons": [
    { "src": "/icons/logo-72x72.png",  "sizes": "72x72",   "type": "image/png", "purpose": "maskable any" },
    { "src": "/icons/logo-96x96.png",  "sizes": "96x96",   "type": "image/png", "purpose": "maskable any" },
    { "src": "/icons/logo-128x128.png", "sizes": "128x128", "type": "image/png", "purpose": "maskable any" },
    { "src": "/icons/logo-144x144.png", "sizes": "144x144", "type": "image/png", "purpose": "maskable any" },
    { "src": "/icons/logo-152x152.png", "sizes": "152x152", "type": "image/png", "purpose": "maskable any" },
    { "src": "/icons/logo-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable any" },
    { "src": "/icons/logo-384x384.png", "sizes": "384x384", "type": "image/png", "purpose": "maskable any" },
    { "src": "/icons/logo-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable any" }
  ],
  "shortcuts": [
    {
      "name": "View Schedule",
      "short_name": "Schedule",
      "description": "View your current event schedule",
      "url": "/dashboard/paradox_schedule",
      "icons": [{ "src": "/icons/logo-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "Browse Events",
      "short_name": "Events",
      "description": "Browse all available events",
      "url": "/dashboard/events",
      "icons": [{ "src": "/icons/logo-96x96.png", "sizes": "96x96" }]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/schedule-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Paradox Schedule on mobile"
    },
    {
      "src": "/screenshots/schedule-desktop.png", 
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Paradox Schedule on desktop"
    }
  ]
}