{
  "name": "HireQuadrant - Job Board That Respects Your Time",
  "short_name": "HireQuadrant",
  "description": "AI-powered job board where every application is screened, tracked, and acknowledged. We work for you, not the algorithm.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#0035ff",
  "background_color": "#ffffff",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["business", "productivity", "social"],
  "screenshots": [
    {
      "src": "/screenshot-540.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshot-1280.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Search Jobs",
      "short_name": "Search",
      "description": "Find your next job opportunity",
      "url": "/?mode=search",
      "icons": [{ "src": "/shortcut-search.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "My Applications",
      "short_name": "Applications",
      "description": "View your job applications",
      "url": "/profile",
      "icons": [{ "src": "/shortcut-apps.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Saved Jobs",
      "short_name": "Saved",
      "description": "View your saved jobs",
      "url": "/saved",
      "icons": [{ "src": "/shortcut-saved.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Job Alerts",
      "short_name": "Alerts",
      "description": "Manage your job alerts",
      "url": "/alerts",
      "icons": [{ "src": "/shortcut-alerts.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
