{
  "name": "GH Nutrition Log",
  "short_name": "Nutrition",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#f3f4f6",
  "theme_color": "#2563eb",
  "icons": [
	{
  "src": "/img/icon_192.png",
  "sizes": "192x192",
  "type": "image/png"
},
{
  "src": "/img/logo_256.png",
  "sizes": "256x256",
  "type": "image/png"
},
{
  "src": "/img/splash_512.png",
  "sizes": "512x512",
  "type": "image/png"
}

  ]
}