{
  "name": "Crux — Smart Conversations",
  "short_name": "Crux",
  "description": "AI-powered messaging that gets to the crux of every conversation",
  "start_url": "/chat",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#fafaf7",
  "theme_color": "#5c6b3c",
  "orientation": "any",
  "scope": "/",
  "id": "/chat",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["productivity", "communication"],
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}
