{
    "display": "standalone",
    "name": "Online Ordering",
    "short_name": "Online Ordering",
    "start_url": "/onlineOrdering/app/",
    "scope": "/onlineOrdering/app/",
    "background_color": "#ffffff",
    "theme_color": "#208c27",
    "icons": [
      {
        "src": "./images/logo-192.png",
        "type": "image/png",
        "sizes": "192x192"
      },
      {
        "src": "./images/logo-512.png",
        "type": "image/png",
        "sizes": "512x512"
      }
    ]
  }