{
  "name": "WashFlow Pro",
  "short_name": "WashFlow",
  "id": "/app.html",
  "start_url": "/app.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "description": "AI-first pressure washing software for quotes, jobs, photos, invoices, follow-up, and daily field operations.",
  "background_color": "#0b1220",
  "theme_color": "#0f172a",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "shortcuts": [
    {
      "name": "New Quote",
      "short_name": "Quote",
      "url": "/app.html?shortcut=quote"
    },
    {
      "name": "Clients",
      "short_name": "Clients",
      "url": "/app.html?shortcut=clients"
    },
    {
      "name": "Jobs",
      "short_name": "Jobs",
      "url": "/app.html?shortcut=jobs"
    }
  ]
}
