{
  "name": "AKGLS — Healthcare Training",
  "short_name": "AKGLS",
  "description": "Aksumia Global Learning Solutions — Professional healthcare training, CPD courses, and academic tutoring across Kenya.",
  "start_url": "/?utm_source=pwa&utm_medium=homescreen",
  "scope": "/",
  "id": "akgls-pwa-v1",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "orientation": "any",
  "background_color": "#1e3a8a",
  "theme_color": "#1e3a8a",
  "lang": "en",
  "dir": "ltr",
  "categories": ["education", "health", "medical"],
  "iarc_rating_id": "",

  "icons": [
    { "src": "/icons/icon-72.png",   "sizes": "72x72",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-96.png",   "sizes": "96x96",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-128.png",  "sizes": "128x128", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-144.png",  "sizes": "144x144", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-152.png",  "sizes": "152x152", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-192.png",  "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-384.png",  "sizes": "384x384", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png",  "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon.svg",      "sizes": "any",     "type": "image/svg+xml", "purpose": "any maskable" }
  ],

  "shortcuts": [
    {
      "name": "Browse Courses",
      "short_name": "Courses",
      "description": "Explore all available healthcare CPD courses",
      "url": "/courses?utm_source=pwa_shortcut",
      "icons": [{ "src": "/icons/shortcut-courses.png", "sizes": "96x96" }]
    },
    {
      "name": "Apply Now",
      "short_name": "Apply",
      "description": "Submit a course application",
      "url": "/courses?apply=1&utm_source=pwa_shortcut",
      "icons": [{ "src": "/icons/shortcut-apply.png", "sizes": "96x96" }]
    },
    {
      "name": "Our Trainers",
      "short_name": "Trainers",
      "description": "Meet our expert trainers",
      "url": "/trainers?utm_source=pwa_shortcut",
      "icons": [{ "src": "/icons/shortcut-trainers.png", "sizes": "96x96" }]
    },
    {
      "name": "Contact Us",
      "short_name": "Contact",
      "description": "Get in touch with AKGLS",
      "url": "/contact?utm_source=pwa_shortcut",
      "icons": [{ "src": "/icons/shortcut-contact.png", "sizes": "96x96" }]
    }
  ],

  "screenshots": [
    {
      "src": "/icons/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "AKGLS Homepage — Healthcare Training Kenya"
    },
    {
      "src": "/icons/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "AKGLS Courses — Mobile view"
    }
  ],

  "prefer_related_applications": false,

  "related_applications": [],

  "share_target": {
    "action": "/share-target",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },

  "protocol_handlers": [
    {
      "protocol": "web+akgls",
      "url": "/courses?query=%s"
    }
  ]
}
