{
  "name": "What to Study",
  "short_name": "What2Study",
  "description": "Choose the right subjects for your career path",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F5F8FD",
  "theme_color": "#2563EB",
  "orientation": "portrait",
  "categories": [
    "education",
    "career",
    "planning"
  ],
  "icons": [
    {
      "src": "/what2study-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Career Explorer",
      "url": "/",
      "description": "Explore careers and subjects"
    },
    {
      "name": "Subject Matcher",
      "url": "/",
      "description": "Match subjects to career options"
    }
  ]
}