{
	"name": "6Shot",
	"short_name": "6Shot",
	"description": "Football Prediction Platform",
	"start_url": "/",
	"display": "standalone",
	"background_color": "#ffffff",
	"theme_color": "#2563eb",
	"icons": [
		{
			"src": "/icons/icon48-48.png",
			"sizes": "48x48",
			"type": "image/png"
		},
		{
			"src": "/icons/icon96-96.png",
			"sizes": "96x96",
			"type": "image/png"
		},
		{
			"src": "/icons/icon192-192.png",
			"sizes": "192x192",
			"type": "image/png"
		},
		{
			"src": "/icons/icon512-512.png",
			"sizes": "512x512",
			"type": "image/png"
		}
	],
	"screenshots": [
		{
			"src": "/icons/icon512-512.png",
			"sizes": "512x512",
			"type": "image/png",
			"form_factor": "narrow"
		},
		{
			"src": "/icons/ion512-512.png",
			"sizes": "512x512",
			"type": "image/png",
			"form_factor": "wide"
		}
	]
}