{
  "id": "/",
  "name": "Contract Workforce Management System",
  "short_name": "CWMS",
  "description": "Century Ports Contract Workforce Management System — employee onboarding, approvals, and offboarding.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "orientation": "any",
  "theme_color": "#ed1c24",
  "background_color": "#121417",
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    { "src": "/screenshots/desktop-login.png", "sizes": "1280x800", "type": "image/png", "form_factor": "wide", "label": "Sign in on desktop" },
    { "src": "/screenshots/mobile-login.png", "sizes": "750x1334", "type": "image/png", "label": "Sign in on mobile" }
  ],
  "shortcuts": [
    { "name": "Dashboard", "url": "/dashboard", "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96", "type": "image/png" }] },
    { "name": "Add Employee", "url": "/employees/create", "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96", "type": "image/png" }] },
    { "name": "My Profile", "url": "/profile", "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96", "type": "image/png" }] }
  ]
}
