{
  "name": "The AI Plug — LLM Database & Recommender",
  "short_name": "The AI Plug",
  "description": "Find the right LLM for any task. Compare specs, pricing, benchmarks, and get intelligent recommendations.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#6366f1",
  "orientation": "portrait-primary",
  "categories": ["productivity", "utilities", "developer"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Get Recommendations",
      "short_name": "Recommend",
      "url": "/recommend"
    },
    {
      "name": "Cost Calculator",
      "short_name": "Cost Calc",
      "url": "/cost-calculator"
    },
    {
      "name": "Find Local Models",
      "short_name": "Local Models",
      "url": "/find-local-models"
    },
    {
      "name": "Browse Models",
      "short_name": "Browse",
      "url": "/"
    }
  ]
}