{
  "name": "Acrelytics",
  "short_name": "Acrelytics",
  "description": "Enterprise AI Revenue Operating System for Real Estate Intelligence, Autonomous Deal Orchestration, Broker Copilot, and Predictive Revenue Operations.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone"
  ],
  "orientation": "portrait-primary",
  "background_color": "#050816",
  "theme_color": "#7C3AED",
  "categories": [
    "business",
    "finance",
    "productivity",
    "technology",
    "real-estate"
  ],
  "lang": "en-US",
  "dir": "ltr",
  "id": "acrelytics-enterprise-ai-platform",
  "prefer_related_applications": false,

  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],

  "shortcuts": [
    {
      "name": "AI Dashboard",
      "short_name": "Dashboard",
      "description": "Open Acrelytics AI Intelligence Dashboard",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/icons/shortcut-dashboard.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Lead Intelligence",
      "short_name": "Leads",
      "description": "Open AI Lead Intelligence Engine",
      "url": "/dashboard/leads",
      "icons": [
        {
          "src": "/icons/shortcut-leads.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Revenue Analytics",
      "short_name": "Revenue",
      "description": "Open Revenue Intelligence Analytics",
      "url": "/dashboard/revenue",
      "icons": [
        {
          "src": "/icons/shortcut-revenue.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Broker Copilot",
      "short_name": "Copilot",
      "description": "Open Autonomous Broker Copilot",
      "url": "/dashboard/copilot",
      "icons": [
        {
          "src": "/icons/shortcut-copilot.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],

  "screenshots": [
    {
      "src": "/screenshots/dashboard-dark.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Acrelytics Executive Intelligence Dashboard"
    },
    {
      "src": "/screenshots/mobile-dashboard.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Acrelytics Mobile AI Operations"
    }
  ],

  "launch_handler": {
    "client_mode": "focus-existing"
  },

  "handle_links": "preferred",

  "edge_side_panel": {
    "preferred_width": 420
  }
}