{
  "name": "Business Mentors",
  "short_name": "Mentors",
  "description": "Connect with expert mentors and grow your business with personalized guidance",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#171738",
  "theme_color": "#E61B41",
  "lang": "en-US",
  "dir": "ltr",
  "prefer_related_applications": false,
  "related_applications": [],
  "icons": [
    {
      "src": "/AppImages/android/android-launchericon-192-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/AppImages/android/android-launchericon-512-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/AppImages/ios/180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [],
  "categories": ["business", "education", "productivity"],
  "shortcuts": [
    {
      "name": "Find Mentors",
      "short_name": "Mentors",
      "description": "Browse available mentors",
      "url": "/mentors?source=pwa",
      "icons": [{"src": "/AppImages/android/android-launchericon-192-192.png", "sizes": "192x192"}]
    },
    {
      "name": "My Sessions",
      "short_name": "Sessions",
      "description": "View your mentoring sessions",
      "url": "/mentor/scheduledSessions?source=pwa",
      "icons": [{"src": "/AppImages/android/android-launchericon-192-192.png", "sizes": "192x192"}]
    }
  ]
}