{
  "name": "mmrCRM",
  "short_name": "mmrCRM",
  "description": "Medical Practice CRM — manage patients, leads, communications, and automations",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#F8FAFC",
  "theme_color": "#2563EB",
  "lang": "en-US",
  "categories": ["medical", "business", "productivity"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Inbox",
      "short_name": "Inbox",
      "description": "Open SMS inbox",
      "url": "/inbox",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Leads",
      "short_name": "Leads",
      "description": "View lead pipeline",
      "url": "/leads",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Tasks",
      "short_name": "Tasks",
      "description": "View open tasks",
      "url": "/tasks",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    }
  ]
}
