{
  "name": "polished.cv",
  "short_name": "polished.cv",
  "description": "AI resume scoring, rewriting, interview prep and admissions tools",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0f2c",
  "theme_color": "#0a0f2c",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["productivity", "education", "business"],
  "icons": [
    { "src": "/icons/icon-72.png", "sizes": "72x72", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-96.png", "sizes": "96x96", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-128.png", "sizes": "128x128", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-144.png", "sizes": "144x144", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-152.png", "sizes": "152x152", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icons/icon-384.png", "sizes": "384x384", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "Scan My Resume",
      "short_name": "Scan",
      "description": "Upload and score your resume",
      "url": "/analyze",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Interview Prep",
      "short_name": "Interview",
      "description": "AI mock interview practice",
      "url": "/interview-prep",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "SOP Analyzer",
      "short_name": "SOP",
      "description": "Analyze your Statement of Purpose",
      "url": "/sop-analyzer",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "polished.cv home screen"
    },
    {
      "src": "/screenshots/analyze.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Resume analysis on mobile"
    }
  ]
}
