{
  "id": "/app/home",
  "name": "CloseFlow",
  "short_name": "CloseFlow",
  "description": "Your real estate pipeline, always in reach.",
  "lang": "en-CA",
  "dir": "ltr",
  "start_url": "/app/home",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "orientation": "portrait-primary",
  "background_color": "#FAFAF9",
  "theme_color": "#FAFAF9",
  "scope": "/app/",
  "icons": [
    {
      "src": "/static/favicon-cf.svg?v=2",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/static/icon-192.png?v=2",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icon-512.png?v=2",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icon-192-maskable.png?v=2",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/icon-512-maskable.png?v=2",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/static/screenshot-narrow-home.png",
      "sizes": "780x1688",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Dashboard: today's agenda, quick actions and pipeline stats"
    },
    {
      "src": "/static/screenshot-narrow-pipeline.png",
      "sizes": "780x1688",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Leads: pipeline stages, stats and lead cards"
    }
  ],
  "shortcuts": [
    {
      "name": "Pipeline",
      "url": "/app/pipeline",
      "description": "View your lead pipeline"
    },
    {
      "name": "Dashboard",
      "url": "/app/home",
      "description": "Today's agenda and hot leads"
    }
  ],
  "categories": ["business", "productivity"]
}
