{
  "name": "OPCALLS — AI Voice Agents",
  "short_name": "OPCALLS",
  "description": "Hire an AI voice agent that runs your front desk — test, deploy to web or phone, in minutes.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#0b1018",
  "theme_color": "#0b1018",
  "orientation": "portrait",
  "lang": "en",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/icon-512.svg",
      "sizes": "192x192 512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "192x192 512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New agent",
      "short_name": "New agent",
      "description": "Create a new AI voice agent",
      "url": "/dashboard/agents/new"
    },
    {
      "name": "Conversations",
      "short_name": "Chats",
      "description": "View live conversations",
      "url": "/dashboard/conversations"
    },
    {
      "name": "Marketplace",
      "short_name": "Marketplace",
      "description": "Browse voice agents",
      "url": "/marketplace"
    }
  ]
}
