{
  "name": "CVAgent — AI Resume Builder",
  "short_name": "CVAgent",
  "description": "Free AI resume builder, ATS score checker, and career tools. Build a job-winning resume in minutes.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "categories": ["productivity", "education", "business"],
  "lang": "en",
  "scope": "/",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/analyzer.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Resume Analyzer — ATS Score & Keyword Gap"
    },
    {
      "src": "/screenshots/builder.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Resume Builder — Professional Templates"
    }
  ],
  "shortcuts": [
    {
      "name": "Resume Analyzer",
      "short_name": "Analyzer",
      "description": "Check your ATS score instantly",
      "url": "/analyzer",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Resume Builder",
      "short_name": "Builder",
      "description": "Build a job-winning resume",
      "url": "/builder",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
