{
  "name": "Cashit ESS",
  "short_name": "Cashit ESS",
  "description": "Leave management system for employees, managers, and administrators",
  "start_url": "https://ess.cashit.africa/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#1a1a1a",
  "background_color": "#1a1a1a",
  "prefer_related_applications": false,
  "categories": ["productivity", "business"],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect fill='%231a1a1a' width='540' height='720'/><rect x='170' y='260' width='200' height='200' rx='30' fill='%234fba70'/></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow",
      "label": "Cashit ESS Home Screen"
    }
  ],
  "icons": [
    {
      "src": "dark_512.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "dark_512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "dark_512.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "dark_512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "dark_512.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Apply for Leave",
      "short_name": "Apply Leave",
      "description": "Quickly apply for leave without opening the full app",
      "url": "/?action=apply",
      "icons": [
        {
          "src": "dark_512.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "View Leave Calendar",
      "short_name": "Calendar",
      "description": "View your leave calendar and team member schedules",
      "url": "/?action=calendar",
      "icons": [
        {
          "src": "dark_512.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Approvals",
      "short_name": "Approvals",
      "description": "Review and approve pending leave requests (Managers/Admins)",
      "url": "/?action=approvals",
      "icons": [
        {
          "src": "dark_512.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+leave",
      "url": "/?request=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "/open-csv",
      "accept": {
        "text/csv": [".csv"]
      },
      "icons": [
        {
          "src": "dark_512.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ]
}
