{
  "name": "JobFlow Pro",
  "short_name": "JobFlow",
  "description": "Offline-capable field management app for service teams with real-time collaboration",
  "start_url": "/jobs",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#1f2937",
  "background_color": "#ffffff",
  "prefer_related_applications": false,
  "categories": ["business", "productivity"],
  "screenshots": [
    {
      "src": "/favicon.svg",
      "sizes": "540x720",
      "form_factor": "narrow",
      "type": "image/svg+xml"
    },
    {
      "src": "/favicon.svg",
      "sizes": "1280x800",
      "form_factor": "wide",
      "type": "image/svg+xml"
    }
  ],
  "shortcuts": [
    {
      "name": "On-Site Notes",
      "short_name": "Notes",
      "description": "Quick access to on-site notes chat",
      "url": "/jobs",
      "icons": [
        {
          "src": "/favicon.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Appointments",
      "short_name": "Schedule",
      "description": "View and manage appointments",
      "url": "/appointments",
      "icons": [
        {
          "src": "/favicon.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/favicon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ]
}
