{
	"name": "Build Up",
	"short_name": "Build Up",
	"description": "Fitness coaching marketplace — training and nutrition programs from your coach, on your phone.",
	"start_url": "/",
	"scope": "/",
	"display": "standalone",
	"orientation": "portrait-primary",
	"background_color": "#FFFFFF",
	"theme_color": "#FB6D17",
	"lang": "pt-BR",
	"dir": "ltr",
	"categories": ["health", "fitness", "lifestyle"],
	"icons": [
		{
			"src": "/icons/icon-72x72.png",
			"sizes": "72x72",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/icons/icon-96x96.png",
			"sizes": "96x96",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/icons/icon-128x128.png",
			"sizes": "128x128",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/icons/icon-144x144.png",
			"sizes": "144x144",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/icons/icon-152x152.png",
			"sizes": "152x152",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/icons/icon-192x192.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/icons/icon-384x384.png",
			"sizes": "384x384",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/icons/icon-512x512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/icons/icon-maskable-192.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "maskable"
		},
		{
			"src": "/icons/icon-maskable-512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "maskable"
		}
	],
	"prefer_related_applications": false,
	"shortcuts": [
		{
			"name": "My Programs",
			"short_name": "Programs",
			"description": "Your training programs",
			"url": "/programs",
			"icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
		},
		{
			"name": "Diet Plans",
			"short_name": "Diet",
			"description": "Your diet plans",
			"url": "/diet-plans",
			"icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
		}
	]
}
