{
  "id": "trackedu-student-app",
  "name": "TrackEDU Student Portal",
  "short_name": "Student App",
  "start_url": "/student.html",
  "scope": "/student.html",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#10b981",
  "orientation": "portrait",
  "icons": [
    {
      "src": "https://trackedu.github.io/common-assets/studentapp.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "https://trackedu.github.io/common-assets/studentapp.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}