{
  "name": "EducationPals.ai - AI Courses for Every Industry",
  "short_name": "EducationPals",
  "description": "Master AI skills with hands-on courses, expert-led learning paths, and real-world projects",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#faf8f4",
  "theme_color": "#fbbf24",
  "orientation": "portrait-primary",
  "categories": ["education", "productivity", "business"],
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Courses",
      "short_name": "Courses",
      "description": "Explore all AI courses",
      "url": "/courses"
    },
    {
      "name": "Latest News",
      "short_name": "News",
      "description": "Read latest AI news",
      "url": "/news"
    },
    {
      "name": "My Learning",
      "short_name": "My Learning",
      "description": "Access your enrolled courses",
      "url": "/dashboard"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  }
}
