{
  "name": "NeurLead — AI Dispatch",
  "short_name": "NeurLead",
  "description": "AI-powered lead response, dispatch, and scheduling for home service businesses",
  "id": "/?utm_source=pwa",
  "start_url": "/?ui=v2&utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#6d28d9",
  "dir": "ltr",
  "lang": "en",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["business", "productivity", "utilities"],
  "screenshots": [
    {
      "src": "/screenshots/dispatch.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Dispatch — real-time lead board"
    },
    {
      "src": "/screenshots/invoices.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Invoices — send and collect payments"
    },
    {
      "src": "/screenshots/schedule.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Schedule — calendar and tech assignment"
    }
  ],
  "shortcuts": [
    {
      "name": "Dispatch Board",
      "short_name": "Dispatch",
      "description": "Real-time lead and conversation board",
      "url": "/?view=dispatch",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "New Job",
      "short_name": "New Job",
      "description": "Schedule a new job for a technician",
      "url": "/?view=schedule&action=new",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Invoices",
      "short_name": "Invoices",
      "description": "Send invoices and track payments",
      "url": "/?view=invoices",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "prefer_related_applications": false
}
