{
  "name": "AirQuote Trade Service Platform",
  "short_name": "AirQuote",
  "description": "Multi-trade field service platform for quotes, dispatch, invoices, payments, customer portals, technician workflows, and field documentation.",
  "start_url": "/mobile-home",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f5f0e8",
  "theme_color": "#10213a",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Technician Mode",
      "short_name": "Tech",
      "url": "/mobile",
      "icons": [
        {
          "src": "/icons/icon-192.svg",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Field Docs",
      "short_name": "Docs",
      "url": "/field-docs",
      "icons": [
        {
          "src": "/icons/icon-192.svg",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Dispatch Calendar",
      "short_name": "Calendar",
      "url": "/dispatch-calendar",
      "icons": [
        {
          "src": "/icons/icon-192.svg",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "AI Diagnostics",
      "short_name": "AI",
      "url": "/ai-diagnostics",
      "icons": [
        {
          "src": "/icons/icon-192.svg",
          "sizes": "192x192"
        }
      ]
    }
  ]
}