{
  "name": "Rehan College",
  "short_name": "Rehan College",
  "description": "Rehan College school management — students, parents, teachers, principal, admin.",
  "start_url": "/index.php",
  "scope": "/",
  "id": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0B5ED7",
  "theme_color": "#0B5ED7",
  "lang": "en",
  "categories": ["education", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Login",
      "short_name": "Login",
      "description": "Sign in to your account",
      "url": "/login.php",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Children",
      "short_name": "Children",
      "description": "Parent view — children list & locations",
      "url": "/parent/my_children.php",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Daily Tasks",
      "short_name": "Tasks",
      "description": "Student daily tasks",
      "url": "/student/my_tasks.php",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "prefer_related_applications": false
}
