{
  "name": "Target Employee Portal",
  "short_name": "Target",
  "description": "Attendance, salary, schedule and events for Target Staffing employees.",
  "id": "/home",
  "start_url": "/home?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#0f1420",
  "theme_color": "#181e2a",
  "orientation": "portrait",
  "lang": "en",
  "dir": "ltr",
  "categories": ["business", "productivity", "utilities"],
  "prefer_related_applications": false,
  "icons": [
    { "src": "/apple-touch-icon.png", "sizes": "180x180", "type": "image/png", "purpose": "any" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Check In", "short_name": "Check In", "url": "/check-in?mode=in", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "Check Out", "short_name": "Check Out", "url": "/check-in?mode=out", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "Salary", "short_name": "Salary", "url": "/salary", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "Notifications", "short_name": "Alerts", "url": "/notifications", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] }
  ]
}
