{
	"name": "Paint \u2019n\u2019 Play",
	"description": "Create like a great with our painting art game for kids.  Choose your brushes and colors inspired by Van Gogh, Alma Thomas and other great artists.",
	
	"start_url": ".",
	"display": "standalone",
	
	"theme_color": "#d600c5",
	"background_color": "#d600c5",
	
	"icons": [
		{
			"src": "images/logo/128.png",
			"sizes": "128x128",
			"type": "image/png",
			"purpose": "any"
		}, {
			"src": "images/logo/256.png",
			"sizes": "256x256",
			"type": "image/png",
			"purpose": "any"
		}, {
			"src": "images/logo/512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "any"
		}, {
			"src": "images/logo/128_maskable.png",
			"sizes": "128x128",
			"type": "image/png",
			"purpose": "maskable"
		}, {
			"src": "images/logo/256_maskable.png",
			"sizes": "256x256",
			"type": "image/png",
			"purpose": "maskable"
		}, {
			"src": "images/logo/512_maskable.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "maskable"
		}
	],
	
	"file_handlers": [
		{
			"action": ".",
			"accept": {
				"image/*": [
					".apng",
					".avif",
					".bmp",
					".gif",
					".ico",
					".jpg",
					".jpeg",
					".jfif",
					".pjpeg",
					".pjp",
					".png",
					".svg",
					".webp"
				]
			}
		}
	],
	
	"share_target": {
		"action": ".",
		"method": "POST",
		"enctype": "multipart/form-data",
		"params": {
			"files": [{
				"name": "file",
				"accept": ["image/*"]
			}]
		}
	}
}
