{
  "name": "Jobnest AI",
  "short_name": "Jobnest",
  "description": "Free AI job search — search 7+ job boards, AI-match your fit, auto-fill applications.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#04101f",
  "theme_color": "#04101f",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["productivity", "business", "utilities"],
  "icons": [
    { "src": "/favicon-16x16.png",  "sizes": "16x16",   "type": "image/png" },
    { "src": "/favicon-32x32.png",  "sizes": "32x32",   "type": "image/png" },
    { "src": "/favicon-48x48.png",  "sizes": "48x48",   "type": "image/png" },
    { "src": "/favicon-96x96.png",  "sizes": "96x96",   "type": "image/png", "purpose": "any" },
    { "src": "/favicon-192x192.png","sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/apple-touch-icon.png","sizes":"180x180", "type": "image/png", "purpose": "any" }
  ],
  "shortcuts": [
    {
      "name": "Search jobs",
      "short_name": "Jobs",
      "description": "Find AI-matched jobs right now",
      "url": "/jobs.html?source=pwa-shortcut",
      "icons": [{ "src": "/favicon-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "My applications",
      "short_name": "Applied",
      "description": "View jobs you've applied to",
      "url": "/applications.html?source=pwa-shortcut",
      "icons": [{ "src": "/favicon-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "Career coach",
      "short_name": "Coach",
      "description": "Chat with your AI career coach",
      "url": "/coach.html?source=pwa-shortcut",
      "icons": [{ "src": "/favicon-96x96.png", "sizes": "96x96" }]
    }
  ],
  "prefer_related_applications": false
}
