{
    "short_name": "GWP",
    "name": "Global Worker Pass",
    "start_url": "../servlet/com.vfwp.login",
    "background_color": "#002e41",
    "theme_color": "#71b522",
    "display": "standalone",
    "orientation": "portrait",
    "icons": [
		{
		  "src": "../static/icons/manifest-icon-192.png",
		  "sizes": "192x192",
		  "type": "image/png",
		  "purpose": "any"
		},
		{
		  "src": "../static/icons/manifest-icon-512.png",
		  "sizes": "512x512",
		  "type": "image/png",
		  "purpose": "any"
		}
      ]
}