{
  "name": "PathAscent",
  "short_name": "PathAscent",
  "description": "AI-powered resume matching and candidate ranking",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#05070f",
  "theme_color": "#6f8bff",
  "categories": ["business", "productivity"],
  "icons": [
    { "src": "/assets/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/assets/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "Job Seekers",
      "short_name": "Seekers",
      "description": "Match your resume to live jobs",
      "url": "/index.html",
      "icons": [{ "src": "/assets/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Recruiters",
      "short_name": "Recruit",
      "description": "Rank your candidate pool",
      "url": "/recruiter.html",
      "icons": [{ "src": "/assets/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
