{
	"short_name":"Colors Tester",
	"name":"Colors Tester by MediaAndMe.",
	"description": "Create, manage and test color palettes, check contrast and color-blindness, export for design tools, web and more...",
	"icons":[
		{
			"src":"/android-chrome-192x192.png",
			"sizes":"192x192",
			"type":"image/png"
		},
		{
			"src":"/android-chrome-192x192-mask.png",
			"sizes":"192x192",
			"type":"image/png",
     		"purpose": "maskable"
		},
		{
			"src":"/android-chrome-512x512.png",
			"sizes":"512x512",
			"type":"image/png"
		},
		{
			"src":"/android-chrome-512x512-mask.png",
			"sizes":"512x512",
			"type":"image/png",
     		"purpose": "maskable"
		}
	],
	"id": "/?utm_source=pwa",
	"start_url": "/?utm_source=pwa",
	"scope": "/?utm_source=pwa",
	"theme_color":"#222222",
	"background_color":"#222222",
	"display":"standalone"
}