{
  "name": "SEnSRS - Staff Management",
  "short_name": "SEnSRS",
  "description": "SEnSRS Staff Management & Project Dashboard",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#1a73e8",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/sensrs-logo.webp",
      "sizes": "192x192",
      "type": "image/webp",
      "purpose": "any maskable"
    },
    {
      "src": "/sensrs-logo.webp",
      "sizes": "512x512",
      "type": "image/webp",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Task Center",
      "url": "/task-center",
      "description": "View and manage tasks"
    },
    {
      "name": "Projects",
      "url": "/projects",
      "description": "View all projects"
    },
    {
      "name": "Staff Directory",
      "url": "/staff-directory",
      "description": "Browse staff directory"
    }
  ]
}