{
  "name": "LLM Router - AI Model Gateway",
  "short_name": "LLM Router",
  "description": "Intelligent LLM routing proxy — auto-selects best AI model per request. One API, all models.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a1a",
  "theme_color": "#6366f1",
  "orientation": "any",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    }
  ],
  "categories": ["developer tools", "productivity"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/#dashboard",
      "description": "View usage metrics"
    },
    {
      "name": "API Keys",
      "url": "/#keys",
      "description": "Manage API keys"
    },
    {
      "name": "Playground",
      "url": "/#playground",
      "description": "Test models"
    }
  ]
}
