{
  "name": "EstateAgently",
  "short_name": "EstateAgently",
  "description": "End-to-End Real Estate Operating System",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#151f28",
  "theme_color": "#00687a",
  "categories": ["business", "productivity", "finance"],
  "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"
    }
  ],
  "shortcuts": [
    { "name": "Dashboard", "url": "/app", "description": "Open agency dashboard" },
    { "name": "New listing", "url": "/app/listings/new" },
    { "name": "New deal", "url": "/app/deals/new" }
  ]
}
