{
  "id": "./student/login.php",
  "name": "Edufund Student Portal",
  "short_name": "Edufund",
  "description": "Student application portal for Edufund Global Pathways.",
  "start_url": "./student/login.php?source=pwa",
  "scope": "./student/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f7f8fa",
  "theme_color": "#1e3a5f",
  "icons": [
    {
      "src": "./icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["education", "business", "productivity"],
  "shortcuts": [
    {
      "name": "Sign in",
      "url": "./student/login.php",
      "description": "Open the student sign-in screen"
    },
    {
      "name": "Create account",
      "url": "./student/register.php",
      "description": "Open the student registration form"
    },
    {
      "name": "My portal",
      "url": "./student/index.php",
      "description": "Open the student dashboard"
    }
  ]
}
