{
  "name": "Conduyt CRM",
  "short_name": "Conduyt",
  "description": "The CRM done right — your pipeline, your messaging, your data.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#F9FAFB",
  "theme_color": "#2E3B5B",
  "orientation": "portrait",
  "categories": ["business", "productivity"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Contact",
      "short_name": "New Contact",
      "description": "Create a new contact",
      "url": "/contacts/new",
      "icons": [{ "src": "/icons/new-contact-96.png", "sizes": "96x96" }]
    },
    {
      "name": "New Deal",
      "short_name": "New Deal",
      "description": "Create a new deal",
      "url": "/deals/new",
      "icons": [{ "src": "/icons/new-deal-96.png", "sizes": "96x96" }]
    }
  ]
}
