{
	"id": "image-mirror",
	"dir": "ltr",
	"lang": "en",
	"name": "Image Mirror",
	"short_name": "Image Mirror",
	"description": "Discover the magic of symmetries by mirroring images",
	"orientation": "any",
	"background_color": "#202020",
	"start_url": "./",
	"scope": "./",
	"display": "standalone",
	"icons": [
		{
			"src": "favicon.png",
			"type": "image/png",
			"sizes": "16x16 32x32 64x64 96x96 128x128 192x192 256x256 512x512",
			"purpose": "any"
		}
	],
	"prefer_related_applications": false,
	"share_target": {
		"action": "./receive-files/",
		"method": "POST",
		"enctype": "multipart/form-data",
		"params": {
			"files": [
				{
					"name": "image",
					"accept": [
						"image/bmp", ".bmp ", 
						"image/gif", ".gif ", 
						"image/jpeg", ".jpg ", 
						"image/jpeg", ".jpeg", 
						"image/png", ".png", 
						"image/svg+xml", ".svg", 
						"image/webp", ".webp"
					]
				}
			]
		}
	},
	"categories": [ "graphics", "photo" ],
	"screenshots" : [
		{
			"src": "screenshot1.png",
			"type": "image/png",
			"sizes": "480x1040",
			"label": "The main screen"
		},
		{
			"src": "screenshot2.png",
			"type": "image/png",
			"sizes": "480x1040",
			"label": "The app menu"
		},
		{
			"src": "screenshot3.png",
			"type": "image/png",
			"sizes": "480x1040",
			"label": "The app icon"
		}
	]
}