{ 
   "short_name": "NENC Connect",
  "name": "NENC Connect",
  "icons": [
    {
      "src": "/img/apple-icon-48x48.png",
      "type": "image/png",
      "sizes": "48x48"
    },
    {
      "src": "/img/apple-icon-96x96.png",
      "type": "image/png",
      "sizes": "96x96"
    },
    {
      "src": "/img/apple-icon-192x192.png",
      "type": "image/png",
      "sizes": "192x192"
    }
	,
    {
      "src": "/img/apple-icon-256.png",
      "type": "image/png",
      "sizes": "256x256"
    }
	,
    {
      "src": "/img/apple-icon-384.png",
      "type": "image/png",
      "sizes": "384x384"
    }
,
    {
      "src": "/img/apple-icon-512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "background_color": "#d2ef9f",
  "theme_color": "#EDEDEE",
  "orientation": "portrait",
"display": "standalone"
}