{
  "name": "CRM Platform",
  "short_name": "CRM",
  "description": "All-in-one CRM, funnel builder, and marketing automation platform",
  "start_url": "/crm",
  "display": "standalone",
  "background_color": "#f9fafb",
  "theme_color": "#2563eb",
  "orientation": "any",
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Contacts",
      "url": "/crm/contacts",
      "description": "View all contacts"
    },
    {
      "name": "Deals",
      "url": "/crm/deals",
      "description": "View deal pipeline"
    },
    {
      "name": "Tasks",
      "url": "/crm/tasks",
      "description": "View tasks"
    }
  ]
}
