{
  "name": "DewPoint CRM",
  "short_name": "DewPoint CRM",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0540F2",
  "theme_color": "#0540F2",
  "orientation": "portrait-primary",
  "lang": "en-US",
  "dir": "ltr",
  "description": "DewPoint CRM for scheduling, proposals, billing, reviews, and team operations.",
  "categories": [
    "business",
    "productivity",
    "utilities"
  ],
  "icons": [
    {
      "src": "/assets/images/logo-mark.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/assets/screenshots/dashboard.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Operations dashboard"
    },
    {
      "src": "/assets/screenshots/clients.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Customer management"
    },
    {
      "src": "/assets/screenshots/search.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "CRM search"
    }
  ],
  "shortcuts": [
    {
      "name": "New Customer",
      "short_name": "New Customer",
      "description": "Add a new customer record.",
      "url": "/new"
    },
    {
      "name": "Search Customers",
      "short_name": "Search",
      "description": "Search the CRM customer directory.",
      "url": "/search"
    },
    {
      "name": "Customer Hub",
      "short_name": "Hub",
      "description": "Open the customer hub experience.",
      "url": "/client_hub.php"
    }
  ]
}
