{
  "name": "UVEC PSA Platform",
  "short_name": "UVEC PSA",
  "description": "Professional Services Automation Platform for project management, time tracking, and resource optimization",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1976d2",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "/logo192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "maskable any"
    },
    {
      "src": "/logo512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable any"
    }
  ],
  "categories": [
    "business",
    "productivity",
    "utilities"
  ],
  "lang": "en-US",
  "dir": "ltr",
  "shortcuts": [
    {
      "name": "Timesheets",
      "short_name": "Timesheets",
      "description": "Quick access to timesheet management",
      "url": "/timesheets",
      "icons": [
        {
          "src": "/logo192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Projects",
      "short_name": "Projects",
      "description": "Access project dashboard",
      "url": "/projects",
      "icons": [
        {
          "src": "/logo192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "GPS Tracking",
      "short_name": "GPS",
      "description": "Field work tracking",
      "url": "/gps-field-tracking",
      "icons": [
        {
          "src": "/logo192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}