{
	"name": "BPS",
	"short_name": "BPS",
	"description": "BPS",
	"id": "/bps/",
	"start_url": "/bps/",
  "scope": "/bps/",
	"display": "standalone",
	"orientation": "portrait",
	"theme_color": "#000000",
	"background_color": "#000000",
	"icons": [
		{
			"src": "./assets/images/icons/apple-touch-icon-180x180.png",
			"sizes": "180x180",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "./assets/images/icons/icon_192x192.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "./assets/images/icons/icon_512x512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "any"
		}
	]
}