{
  "name": "EaseClockHR",
  "short_name": "EaseClockHR",
  "start_url": "/workforce",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#016AAE",
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Clock In",
      "short_name": "Clock In",
      "description": "Clock in to start your shift",
      "url": "/attendance?action=clockin",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Clock Out",
      "short_name": "Clock Out",
      "description": "Clock out to complete your shift",
      "url": "/attendance?action=clockout",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Today's Attendance",
      "short_name": "Attendance",
      "description": "Open your daily attendance screen",
      "url": "/attendance",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
