{
  "name": "DigiAcademia \u2014 School Management",
  "short_name": "DigiAcademia",
  "description": "DigiAcademia \u2014 Kenya's multi-tenant education platform. 2026.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f4f7f0",
  "theme_color": "#1B5E20",
  "orientation": "portrait-primary",
  "categories": [
    "education",
    "productivity",
    "utilities"
  ],
  "lang": "en-KE",
  "scope": "/",
  "icons": [
    {
      "src": "/static/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/static/img/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/static/img/screenshot-desktop.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Attendance",
      "url": "/attendance/mark",
      "description": "Mark attendance"
    },
    {
      "name": "Fee Payment",
      "url": "/fees/payment",
      "description": "Record fee payment"
    },
    {
      "name": "School Shop",
      "url": "/shop/",
      "description": "Visit the school shop"
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}