{
  "name": "HKTC Student Portal",
  "short_name": "HKTC Student",
  "version": "3.0.11",
  "description": "Harvester Kingdom Training Centre - Student Portal for accessing courses, assignments, grades, schedules, and academic resources.",
  "start_url": "./index.php?app=student&v=2.4.5",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#FFFFFF",
  "theme_color": "#800080",
  "categories": ["education"],
  "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": "View academic progress and updates",
      "url": "student/app/index.php",
      "icons": [
        {
          "src": "public/img/192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Timetable",
      "short_name": "Schedule",
      "description": "View class timetable",
      "url": "student/app/timetable.php",
      "icons": [
        {
          "src": "public/img/192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Fees",
      "short_name": "Fees",
      "description": "View fees and payment history",
      "url": "student/app/my-fees.php",
      "icons": [
        {
          "src": "public/img/192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Profile",
      "short_name": "Profile",
      "description": "Manage student profile",
      "url": "student/app/profile.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.student",
      "id": "com.hktc.student"
    }
  ],
  "prefer_related_applications": false
}
