{
  "id": "koajent-app",
  "name": "KoAjent",
  "short_name": "KoAjent",
  "description": "Voice-powered AI assistant for real estate agents — contracts, CRM, listings, media, and more in one platform.",
  "lang": "en-US",
  "dir": "ltr",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#0A0014",
  "theme_color": "#0A0014",
  "orientation": "portrait-primary",
  "categories": ["business", "productivity", "utilities"],
  "iarc_rating_id": "",
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/opengraph.jpg",
      "sizes": "1200x630",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "KoAjent dashboard — AI platform for real estate agents"
    }
  ],
  "shortcuts": [
    {
      "name": "Search Listings",
      "short_name": "Listings",
      "description": "Browse the public listings portal",
      "url": "/portal/search",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My CRM",
      "short_name": "CRM",
      "description": "Open contacts and pipeline",
      "url": "/crm",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "prefer_related_applications": false
}
