{
  "name": "HKTC Admin Portal",
  "short_name": "HKTC Admin",
  "version": "3.0.11",
  "description": "Harvester Kingdom Training Centre - Administrative Portal for comprehensive school management including student records, staff management, academic oversight, and system administration.",
  "start_url": "./index.php?app=admin&v=3.0.11",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#FFFFFF",
  "theme_color": "#D4AF37",
  "categories": ["education", "business", "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": "Dashboard",
      "short_name": "Home",
      "description": "Quick access to main admin dashboard",
      "url": "admin/index.php",
      "icons": [
        {
          "src": "public/img/192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Students",
      "short_name": "Students",
      "description": "Manage student records and enrollment",
      "url": "admin/app/students.php",
      "icons": [
        {
          "src": "public/img/192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Staff",
      "short_name": "Staff",
      "description": "Manage staff members and roles",
      "url": "admin/app/staff.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.admin",
      "id": "com.hktc.admin"
    }
  ],
  "prefer_related_applications": false
}
