{
  "name": "MUN JobHunter",
  "short_name": "JobHunter",
  "description": "AI-powered job search with intelligent agents, smart cover letters, real-time career coaching, and gamified application tracking. Find your next role faster.",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "/",
  "lang": "en-US",
  "dir": "ltr",
  "background_color": "#050508",
  "theme_color": "#0a0a0f",
  "categories": ["business", "productivity", "lifestyle"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1344x768",
      "type": "image/png",
      "form_factor": "wide",
      "label": "MUN JobHunter — AI-Powered Career Platform"
    },
    {
      "src": "/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "MUN JobHunter — AI Career Coach on Mobile"
    }
  ],
  "shortcuts": [
    {
      "name": "Search Jobs",
      "short_name": "Search",
      "url": "/?action=search",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "AI Coach",
      "short_name": "Coach",
      "url": "/?action=coach",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
