{
  "name": "Schuni · School to University",
  "short_name": "Schuni",
  "description": "Your path from school to university, simplified. Book open days, get application help, find funding and connect with peers — all on WhatsApp.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#6c63ff",
  "lang": "en-ZA",
  "dir": "ltr",
  "categories": ["education", "productivity"],
  "prefer_related_applications": false,
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "Book Open Day",
      "short_name": "Open Days",
      "description": "See available open day visits",
      "url": "/communicator?scenario=openday",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Apply to University",
      "short_name": "Apply",
      "description": "Get application guidance",
      "url": "/communicator?scenario=apply",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Find Funding",
      "short_name": "Funding",
      "description": "Explore bursaries and NSFAS",
      "url": "/communicator?scenario=funding",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/api/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "screenshots": [
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Schuni home screen"
    }
  ]
}
