{
  "name": "HKTC Applicant Portal",
  "short_name": "HKTC Apply",
  "version": "3.0.11",
  "description": "Harvester Kingdom Training Centre - Applicant Portal for prospective students to submit applications, upload documents, and track admission status for technical and vocational education programs.",
  "start_url": "./index.php?app=applicant&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": "Dashboard",
      "short_name": "Home",
      "description": "View application status and updates",
      "url": "applicant/index.php",
      "icons": [
        {
          "src": "public/img/192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Apply Now",
      "short_name": "Apply",
      "description": "Submit new application",
      "url": "applicant/apply.php",
      "icons": [
        {
          "src": "public/img/192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Documents",
      "short_name": "Docs",
      "description": "Upload required documents",
      "url": "applicant/documents.php",
      "icons": [
        {
          "src": "public/img/192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Messages",
      "short_name": "Messages",
      "description": "View admission messages and updates",
      "url": "applicant/messages.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.applicant",
      "id": "com.hktc.applicant"
    }
  ],
  "prefer_related_applications": false,
  "screenshots": [
    {
      "src": "public/img/screenshot-applicant-dashboard.png",
      "sizes": "1280x720",
      "type": "image/png",
      "platform": "wide",
      "label": "Application Dashboard showing status and progress"
    },
    {
      "src": "public/img/screenshot-applicant-mobile.png", 
      "sizes": "375x812",
      "type": "image/png",
      "platform": "narrow",
      "label": "Mobile view of application form"
    }
  ],
  "display_override": ["window-controls-overlay", "minimal-ui"],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "scope_extensions": [
    {"origin": "https://system.hktc.ac.ke"}
  ],
  "protocol_handlers": [
    {
      "protocol": "web+hktc",
      "url": "/applicant/handle?type=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "/applicant/documents.php",
      "accept": {
        "application/pdf": [".pdf"],
        "image/jpeg": [".jpg", ".jpeg"],
        "image/png": [".png"]
      },
      "launch_type": "single-client"
    }
  ],
  "share_target": {
    "action": "/applicant/documents.php",
    "method": "POST",
    "params": {
      "files": [
        {
          "name": "documents",
          "accept": ["application/pdf", "image/*"]
        }
      ]
    }
  }
}
