{
	"name": "Cyco's website",
	"short_name": "cyco.ca",
	"start_url": "/?source=pwa",
	"display": "standalone",
	"background_color": "#fff",
	"theme_color": "#111827",
	"description": "cyco's hacking resources. You will be able to find Writeups, Walkthroughs and blog with security realted article.",
	"icons": [
		{
			"src": "/img/blanklogo512.webp",
			"sizes": "512x512",
			"type": "image/webp",
			"purpose": "any maskable"
		},
		{
			"src": "/img/blanklogo512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "any maskable"
		},
		{
			"src": "/img/blanklogo256.webp",
			"sizes": "256x256",
			"type": "image/webp",
			"purpose": "any maskable"
		},
		{
			"src": "/img/blanklogo256.png",
			"sizes": "256x256",
			"type": "image/png",
			"purpose": "any maskable"
		},
		{
			"src": "/img/blanklogo.webp",
			"sizes": "192x192",
			"type": "image/webp",
			"purpose": "any maskable"
		},
		{
			"src": "/img/blanklogo.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "any maskable"
		}
	]
}