{
  "id": "/?utm_source=pwa",
  "name": "Trezly — Find More, Buy Better",
  "short_name": "Trezly",
  "description": "AI-powered real estate workspace: listings, CRM, negotiation, and contracts in one place.",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#0b1220",
  "theme_color": "#194DF4",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["business", "lifestyle", "productivity"],
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-256.png", "sizes": "256x256", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-384.png", "sizes": "384x384", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon-maskable-256.png", "sizes": "256x256", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon-maskable-384.png", "sizes": "384x384", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/apple-touch-icon.png", "sizes": "180x180", "type": "image/png", "purpose": "any" }
  ],
  "shortcuts": [
    {
      "name": "Inbox",
      "short_name": "Inbox",
      "url": "/crm?tab=inbox",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Pipeline",
      "short_name": "Pipeline",
      "url": "/crm?tab=pipeline",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Calendar",
      "short_name": "Calendar",
      "url": "/crm?tab=calendar",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "protocol_handlers": [
    { "protocol": "web+trezly", "url": "/deeplink?target=%s" }
  ],
  "launch_handler": { "client_mode": "auto" },
  "edge_side_panel": { "preferred_width": 480 },
  "screenshots": [],
  "prefer_related_applications": false
}
