{
  "id": "teacher-recruitment-portal",
  "name": "Teacher Recruitment Portal",
  "short_name": "TeacherPortal",
  "description": "Apply for teaching positions, track your application, and get notified about interviews and updates.",
  "start_url": "index.php?source=pwa",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#f4f6f9",
  "theme_color": "#0d6efd",
  "lang": "en",
  "dir": "ltr",
  "categories": ["education", "business", "productivity"],
  "icons": [
    { "src": "assets/img/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "assets/img/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "assets/img/icons/icon-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "assets/img/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "My Dashboard",
      "short_name": "Dashboard",
      "url": "teacher/dashboard.php?source=pwa",
      "icons": [{ "src": "assets/img/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Book Appointment",
      "short_name": "Appointments",
      "url": "teacher/appointments.php?source=pwa",
      "icons": [{ "src": "assets/img/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Apply Now",
      "short_name": "Apply",
      "url": "teacher/register.php?source=pwa",
      "icons": [{ "src": "assets/img/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
