{
  "id": "/",
  "short_name": "SERVE",
  "name": "SERVE Job Drive Portal",
  "icons": [
    {
      "src": "logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "SERVE Job Drive Portal Desktop View"
    },
    {
      "src": "screenshot-mobile.png",
      "sizes": "640x1136",
      "type": "image/png",
      "label": "SERVE Job Drive Portal Mobile View"
    }
  ],
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#0f172a",
  "background_color": "#ffffff",
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://serve-events.web.app/manifest.json"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+serve",
      "url": "/?open_app=%s"
    }
  ]
}