{
  "name": "WDC Workforce",
  "short_name": "WDC",
  "description": "WDC Commercial Employee Portal – Clock In/Out, Timecards, Schedules",
  "start_url": "/employee",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1e40af",
  "theme_color": "#1e40af",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/api/pwa-icon/192",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/api/pwa-icon/512",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-icon",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Clock In/Out",
      "url": "/employee",
      "description": "Clock in or out of your shift"
    },
    {
      "name": "My Timecards",
      "url": "/employee/timecards",
      "description": "View my timecard history"
    },
    {
      "name": "My Schedule",
      "url": "/employee/schedule",
      "description": "View my upcoming schedule"
    }
  ]
}
