{
  "name": "HKTC Staff Portal",
  "short_name": "HKTC Staff",
  "version": "3.0.11",
  "description": "Harvester Kingdom Training Centre - Staff Portal for teachers, trainers, and department heads to manage classes, students, assessments, and daily operations.",
  "start_url": "./index.php?app=staff&v=2.4.5",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#FFFFFF",
  "theme_color": "#800080",
  "categories": ["education", "productivity"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "public/img/48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "public/img/96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "public/img/144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "public/img/192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "public/img/256.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "public/img/384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "public/img/512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My Classes",
      "short_name": "Classes",
      "description": "View and manage assigned classes",
      "url": "staff/app/my-class-groups.php",
      "icons": [
        {
          "src": "public/img/192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Attendance",
      "short_name": "Attendance",
      "description": "Take student attendance",
      "url": "staff/app/class-attendance.php",
      "icons": [
        {
          "src": "public/img/192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Timetable",
      "short_name": "Schedule",
      "description": "View teaching schedule",
      "url": "staff/app/my-timetable.php",
      "icons": [
        {
          "src": "public/img/192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.hktc.staff",
      "id": "com.hktc.staff"
    }
  ],
  "prefer_related_applications": false
}
