{
  "version": "2.0",
  "name": "Tantia University Student Portal",
  "short_name": "TU Student",
  "description": "Student portal for admissions, fees, exams, and academic services at Tantia University.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone"
  ],
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#1ca19f",
  "lang": "en-IN",

  "protocol_handlers": [
    {
      "protocol": "web+tu",
      "url": "/open?data=%s"
    }
  ],

  "icons": [
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "/icons/logo-icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],

  "shortcuts": [
    {
      "name": "Login",
      "short_name": "Login",
      "url": "/login?role=student",
      "icons": [{ "src": "/logo-icon.png", "sizes": "192x192" }]
    }
  ],

  "screenshots": [
    {
      "src": "/screenshots/desktop-home.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Desktop Home Screen"
    },
    {
      "src": "/screenshots/mobile-home.png",
      "sizes": "750x1334",
      "type": "image/png",
      "label": "Mobile Home Screen"
    }
  ]
}