{
  "name": "ProfilePro",
  "short_name": "ProfilePro",
  "description": "The complete, private, AI-native career toolkit. CV builder, cover letter, company research, interview practice, live co-pilot, and professional headshot — all in one installable PWA.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#65C0AD",
  "orientation": "any",
  "scope": "/",
  "categories": ["productivity", "business"],
  "lang": "en",
  "icons": [
    {
      "src": "/Logo40PX.png",
      "sizes": "40x40",
      "type": "image/png"
    },
    {
      "src": "/images/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/images/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/ProfileProHeart.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/dashboard",
      "description": "View your application dashboard"
    },
    {
      "name": "CV Builder",
      "short_name": "CV Builder",
      "url": "/cv-builder",
      "description": "Build or edit your CV"
    },
    {
      "name": "Interview Practice",
      "short_name": "Practice",
      "url": "/practice",
      "description": "Start a mock interview"
    }
  ]
}
