{
  "name": "Overhaulr",
  "short_name": "Overhaulr",
  "description": "AI-powered CRM & bookkeeping for home service businesses",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#07090F",
  "theme_color": "#00E87A",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "CRM Pipeline",
      "short_name": "CRM",
      "url": "/?page=crm",
      "description": "View your lead pipeline"
    },
    {
      "name": "Bookkeeping & Tax",
      "short_name": "Books",
      "url": "/?page=books",
      "description": "View your financials"
    }
  ]
}
