{
  "name": "Homa Bay County HR",
  "short_name": "Homa Bay HR",
  "description": "Homa Bay County HR self-service app: clock in, apply for leave, view payslips, training and more.",
  "start_url": "./#/employee-dashboard",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0d4f73",
  "theme_color": "#0d4f73",
  "lang": "en",
  "categories": ["business", "productivity", "government"],
  "icons": [
    { "src": "icons/county-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icons/county-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }
  ],
  "shortcuts": [
    {
      "name": "Clock In / Out",
      "short_name": "Clock",
      "url": "./#/employee-attendance-clock",
      "description": "Quickly record your attendance"
    },
    {
      "name": "Apply for Leave",
      "short_name": "Leave",
      "url": "./#/employee-leave-apply",
      "description": "Start a leave application"
    },
    {
      "name": "My Profile",
      "short_name": "Profile",
      "url": "./#/employee-profile",
      "description": "Open your employee profile"
    }
  ]
}
