{
  "name": "Ubifood",
  "short_name": "Ubifood",
  "description": "Ubifood e-order web app.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "fullscreen",
  "display_override": [
    "fullscreen",
    "standalone"
  ],
  "background_color": "#ffffff",
  "theme_color": "#263238",
  "orientation": "any",
  "icons": [
    {
      "src": "images/android-desktop.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
