{
  "name": "ARCA — Real Estate AI",
  "short_name": "ARCA",
  "description": "AI-native CRM that manages your leads, drafts follow-ups, and schedules showings.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#F7F5F0",
  "theme_color": "#0C5F5F",
  "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 maskable"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "description": "View your lead inbox and tasks"
    },
    {
      "name": "Pipeline",
      "url": "/dashboard/pipeline",
      "description": "Manage your active leads"
    },
    {
      "name": "Ask ARCA",
      "url": "/dashboard/chat",
      "description": "Chat with your AI assistant"
    }
  ]
}
