{
  "name": "MESI Student Portal",
  "short_name": "MESI Portal",
  "description": "Student portal for MESI diploma students.",
  "start_url": "student_login.php",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f766e",
  "theme_color": "#0ea5e9",
  "icons": [
    {
      "src": "dist/img/student-portal-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "dist/img/student-portal-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
