{
  "short_name": "dello.ai",
  "name": "dello.ai | Voice AI Agents",
  "description": "Create and manage your AI voice agents",
  "icons": [
    {
      "src": "/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/dello-ai-icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/dello-ai-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#000000",
  "background_color": "#000000",
  "orientation": "any",
  "categories": ["productivity", "utilities"],
  "shortcuts": [
    {
      "name": "Create Agent",
      "url": "/create-agent",
      "description": "Create a new AI agent"
    },
    {
      "name": "My Agents",
      "url": "/my-agents",
      "description": "View your AI agents"
    }
  ],
  "screenshots": [
    {
      "src": "/assets/app-screenshot-1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "platform": "wide",
      "label": "Dashboard View"
    }
  ],
  "prefer_related_applications": false
} 