{
  "name": "FM-GIG Worker",
  "short_name": "FM-GIG",
  "description": "Facility Management Worker App - Check-in/check-out for workers with offline support",
  "start_url": "/worker/dashboard",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#059669",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon-512x512.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Active Job",
      "short_name": "Active",
      "description": "View your current active job",
      "url": "/worker/active",
      "icons": [{ "src": "/icons/icon-512x512.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Find Gigs",
      "short_name": "Gigs",
      "description": "Browse available jobs",
      "url": "/worker/gigs",
      "icons": [{ "src": "/icons/icon-512x512.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
