{
  "name": "LADTEM Portal",
  "short_name": "LADTEM",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f4f7f5",
  "theme_color": "#0f4c35",
  "description": "Install LADTEM Portal for faster access to registration, admissions, student portal, and institute operations.",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Register",
      "url": "/lc/register",
      "description": "Start registration"
    },
    {
      "name": "Member Login",
      "url": "/lc/login",
      "description": "Open the LC portal"
    },
    {
      "name": "Student Login",
      "url": "/student/login",
      "description": "Open the student portal"
    }
  ]
}