{
  "name": "urvo Documentation",
  "short_name": "urvo Docs",
  "description": "Comprehensive documentation for urvo — AI Voice Agent Platform",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#8b5cf6",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["documentation", "productivity", "developer"],
  "icons": [
    {
      "src": "/favicon-dark.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/favicon-light.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Getting Started",
      "short_name": "Start",
      "description": "Introduction to urvo documentation",
      "url": "/"
    },
    {
      "name": "How-to Guides",
      "short_name": "Guides",
      "description": "Step-by-step implementation guides",
      "url": "/how-to/signup"
    },
    {
      "name": "Best Practices",
      "short_name": "Best Practices",
      "description": "Recommended guidelines for building effective voice agents",
      "url": "/guides/best-practices"
    }
  ],
  "related_applications": [
    {
      "platform": "web",
      "url": "https://app.urvo.io",
      "id": "urvo-app"
    },
    {
      "platform": "web",
      "url": "https://urvo.io",
      "id": "urvo-website"
    }
  ],
  "prefer_related_applications": false
}