{
  "$comment": "OraTek CRM — Progressive Web App manifest. Listed at the site root so Chrome / Safari pick it up no matter which page the rep lands on. start_url points to the CRM workspace (not the marketing home) because every actual install request comes from inside the app.",
  "name": "OraTek CRM",
  "short_name": "OraTek",
  "description": "Field-rep CRM for OraTek Diagnostics — pipeline, leads, dialer, tasks, and Julie the AI assistant.",
  "id": "/tools/crm.html",
  "start_url": "/tools/crm.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#FFFFFF",
  "theme_color": "#0F2035",
  "categories": ["business", "productivity", "sales"],
  "icons": [
    {
      "$comment": "PNG icons preferred by Chrome / Android / iOS. Generated via /tools/icon-generator.html and dropped in /assets/icons/. SVG entry below is the fallback.",
      "src": "/assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/assets/img/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Home",
      "description": "Today's pipeline + tasks",
      "url": "/tools/crm.html?view=dashboard",
      "icons": [{ "src": "/assets/img/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Pipeline",
      "short_name": "Pipeline",
      "description": "Deal kanban",
      "url": "/tools/crm.html?view=pipeline",
      "icons": [{ "src": "/assets/img/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Active clients",
      "short_name": "Clients",
      "description": "Book of business",
      "url": "/tools/crm.html?view=clients",
      "icons": [{ "src": "/assets/img/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Tasks",
      "short_name": "Tasks",
      "description": "What's due today",
      "url": "/tools/crm.html?view=tasks",
      "icons": [{ "src": "/assets/img/favicon.svg", "sizes": "any" }]
    }
  ],
  "prefer_related_applications": false
}
