{
  "name": "LabPlan - IDEAS MASTER",
  "short_name": "LabPlan",
  "start_url": "/home/pwaLandingPage",
  "display_override": [
    "window-controls-overlay",
    "minimal-ui"
  ],
  "intent_filters": {
    "scope_url_scheme": "https",
    "scope_url_host": "labplantest.mellowoodtest.com",
    "scope_url_path": "/"
  },
  "display": "standalone",
  "background_color": "#EFEFEF",
  "theme_color": "#2e86de",
  "icons": [
    {
      "src": "/images/icons/icon-192x192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "/images/icons/icon-512x512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+IdeasLabPlan",
      "url": "/?fromurl=%s"
    }
  ],
  "scope": "/"
}