{
  "name": "Jobr — Career OS for Students",
  "short_name": "Jobr",
  "description": "Prepare for interviews, improve your resume, connect with mentors, and grow your career.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F8F5F0",
  "theme_color": "#F97316",
  "orientation": "portrait-primary",
  "categories": ["education", "productivity"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Prep Dashboard",
      "short_name": "Prep",
      "description": "Open your career prep workspace",
      "url": "/dashboard",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Browse Mentors",
      "short_name": "Mentors",
      "description": "Book a 1:1 session with a verified mentor",
      "url": "/mentor",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Jobr Career Dashboard"
    }
  ]
}
