{
  "name": "HeyChef",
  "description": "HeyChef, the app that makes eat better!",
  "short_name": "HeyChef",
  "scope": "/",
  "icons": [
    {
      "src": "/icon_192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon_512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "theme_color": "#FFFFFF",
  "background_color": "#ED6C02",
  "start_url": "/dashboard",
  "display": "standalone",
  "orientation": "portrait"
}