{
  "name": "UniGuide - Your Ultimate University & Career Guide",
  "short_name": "UniGuide",
  "description": "Discover top universities, explore career paths, and find the perfect courses in Sierra Leone. Get personalized guidance for your educational journey with AI assistance.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#004080",
  "background_color": "#ffffff",
  "categories": ["education", "productivity", "lifestyle", "reference"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/web-app-manifest-192x192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "type": "image/png",
      "sizes": "180x180",
      "purpose": "any"
    },
    {
      "src": "/favicon-96x96.png",
      "type": "image/png",
      "sizes": "96x96",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Find Universities",
      "short_name": "Universities",
      "description": "Explore universities in Sierra Leone",
      "url": "/universities",
      "icons": [{ "src": "/web-app-manifest-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Career Guidance",
      "short_name": "Careers",
      "description": "Discover career paths and opportunities",
      "url": "/careers",
      "icons": [{ "src": "/web-app-manifest-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "AI Assistant",
      "short_name": "Ask Uni",
      "description": "Get AI-powered educational guidance",
      "url": "/dashboard/askuni",
      "icons": [{ "src": "/web-app-manifest-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Browse Courses",
      "short_name": "Courses",
      "description": "Find the perfect courses for your career",
      "url": "/courses",
      "icons": [{ "src": "/web-app-manifest-192x192.png", "sizes": "192x192" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "protocol_handlers": [
    {
      "protocol": "web+uniguide",
      "url": "/?handler=%s"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
