{
  "name": "In View Window Cleaning CRM",
  "short_name": "In View CRM",
  "description": "Customer pipeline, AI messages, and automated follow-ups for In View Window Cleaning",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0A2A3B",
  "theme_color": "#0A2A3B",
  "lang": "en-CA",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Add Customer",
      "short_name": "Add",
      "url": "/index.html?action=add",
      "description": "Add a new customer from the booking form"
    },
    {
      "name": "Pipeline",
      "short_name": "Pipeline",
      "url": "/index.html?action=pipeline",
      "description": "View active job pipeline"
    }
  ],
  "categories": ["business", "productivity"],
  "prefer_related_applications": false
}
