{
  "name": "Airflow CRM",
  "short_name": "Airflow",
  "description": "Residential HVAC service CRM for clients, equipment, visits, inspections, estimates, messaging, invoices, and payments.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F7F2E7",
  "theme_color": "#1F3D2B",
  "shortcuts": [
    {
      "name": "New Service Visit",
      "short_name": "New Visit",
      "description": "Quickly add a service visit",
      "url": "/jobs?new=1",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Schedule",
      "short_name": "Schedule",
      "description": "View the service schedule",
      "url": "/calendar",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Estimates",
      "short_name": "Estimates",
      "description": "View repair and replacement estimates",
      "url": "/estimates",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "id": "/",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["business", "productivity"],
  "display_override": ["standalone", "minimal-ui"],
  "prefer_related_applications": false
}
