{
  "id": "/",
  "name": "Mentor Portal",
  "short_name": "Mentor",
  "start_url": "/",
  "scope": "/",
  "icons": [
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "theme_color": "#ffffff",
  "background_color": "#fffefe",
  "display": "standalone",
  "screenshots": [
    {
      "src": "/pwa-screenshot-wide.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Mentor Portal desktop view"
    },
    {
      "src": "/pwa-screenshot-mobile.png",
      "sizes": "375x667",
      "type": "image/png",
      "label": "Mentor Portal mobile view"
    }
  ],
  "related_applications": [
    {
      "platform": "webapp",
      "url": "/site.webmanifest"
    }
  ]
}