{
	"name": "Pingle family app",
	"short_name": "Pingle",
	"description": "Pingle family app",
	"start_url": "/",
	"display": "standalone",
	"orientation": "portrait",
	"background_color": "#1A1A1A",
	"theme_color": "#3DFFAB",
	"icons": [
		{
			"src": "/icon-192-dark.png",
			"sizes": "192x192",
			"type": "image/png"
		},
		{
			"src": "/icon-512-dark.png",
			"sizes": "512x512",
			"type": "image/png"
		}
	]
}
