{
  "name": "netSmart",
  "short_name": "netSmart",
  "start_url": "https://netsmart.app/",
  "display": "standalone",
  "orientation": "portrait",
	"background_color": "#00aae7",
	"theme_color": "#00aae7",
  "icons": [
    {
	   "src": "/static/icons/android-icon-192x192-dunplab-manifest-10310.png",
	   "type": "image/png",
	   "sizes": "192x192"
    },
    {
      "src": "/static/icons/android-icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "netSmart",
      "url": "https://netsmart.app/"
    }
  ]
}