{
  "name": "Eagle HR – Employee Self Service",
  "short_name": "Eagle ESS",
  "description": "Check in at your work site, view attendance, and manage your ESS account — built for mobile.",
  "start_url": "/ess/home",
  "scope": "/ess",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#043d4a",
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Check in",
      "short_name": "Check in",
      "description": "Record arrival or departure at your work site",
      "url": "/ess/attendance/checkin"
    },
    {
      "name": "My records",
      "short_name": "Records",
      "url": "/ess/attendance"
    }
  ],
  "icons": [
    {
      "src": "/ess/icons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/ess/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/ess/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/ess/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
