{
  "id": "/",
  "name": "GenEd Leave",
  "short_name": "GenEd Leave",
  "description": "Apply for leave, approve requests and track balances for Generation Schools.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "launch_handler": { "client_mode": "navigate-existing" },
  "background_color": "#0f1e3d",
  "theme_color": "#1a6b8a",
  "orientation": "portrait-primary",
  "categories": ["business", "productivity"],
  "icons": [
    { "src": "/static/img/pwa/icon-192.png?v=3", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/static/img/pwa/icon-512.png?v=3", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/static/img/pwa/icon-maskable-512.png?v=3", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/static/img/pwa/icon-maskable-512.png?v=3", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "screenshots": [
    { "src": "/static/img/pwa/shot-narrow-home.png", "sizes": "780x1688", "type": "image/png", "form_factor": "narrow", "label": "Your dashboard: balances, quick actions and recent requests" },
    { "src": "/static/img/pwa/shot-narrow-balances.png", "sizes": "780x1688", "type": "image/png", "form_factor": "narrow", "label": "Leave balances, one card per leave type" },
    { "src": "/static/img/pwa/shot-wide-home.png", "sizes": "1280x800", "type": "image/png", "form_factor": "wide", "label": "The full desktop dashboard" }
  ],
  "shortcuts": [
    { "name": "Apply for Leave", "short_name": "Apply", "url": "/leave/apply", "icons": [{ "src": "/static/img/pwa/icon-192.png?v=3", "sizes": "192x192", "type": "image/png", "purpose": "any" }] },
    { "name": "Approvals", "short_name": "Approvals", "url": "/approvals/", "icons": [{ "src": "/static/img/pwa/icon-192.png?v=3", "sizes": "192x192", "type": "image/png", "purpose": "any" }] },
    { "name": "My Balances", "short_name": "Balances", "url": "/leave/balances", "icons": [{ "src": "/static/img/pwa/icon-192.png?v=3", "sizes": "192x192", "type": "image/png", "purpose": "any" }] }
  ]
}
