{
  "name": "SmartAlex - AI Voice Assistant",
  "short_name": "SmartAlex",
  "description": "AI voice assistant platform for businesses. Automate customer calls, schedule appointments, and handle inquiries 24/7.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#fafafa",
  "theme_color": "#010033",
  "orientation": "portrait-primary",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "500x500",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/og-smartalex.png",
      "sizes": "1200x630",
      "type": "image/png",
      "label": "SmartAlex Dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "description": "View your AI agents and call analytics"
    },
    {
      "name": "Create Agent",
      "url": "/agents",
      "description": "Create a new AI voice agent"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
