{
  "name": "Royal Kings Land Student App",
  "short_name": "RKL Student",
  "description": "Student portal for Royal Kings Land School - login, attendance, fees, results",
  "start_url": "/student-login",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#0d47a1",

  "icons": [
    {
      "src": "/static/icons/student-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icons/student-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}