{
	"name": "Construct Animate beta",
	"short_name": "Construct Animate beta",
	"description": "The best browser based animation software. Drag and drop free animation software that lets your create and export your ideas and animations.",
	"icons": [
		{
			"src": "media/icon-16.png",
			"type": "image/png",
			"sizes": "16x16"
		},
		{
			"src": "media/icon-32.png",
			"type": "image/png",
			"sizes": "32x32"
		},
		{
			"src": "media/icon-64.png",
			"type": "image/png",
			"sizes": "64x64"
		},
		{
			"src": "media/icon-128.png",
			"type": "image/png",
			"sizes": "128x128"
		},
		{
			"src": "media/icon-256.png",
			"type": "image/png",
			"sizes": "256x256"
		},
		{
			"src": "media/icon-512.png",
			"type": "image/png",
			"sizes": "512x512"
		},
		{
			"src": "media/icon-maskable-512.png",
			"type": "image/png",
			"sizes": "512x512",
			"purpose": "maskable"
		},
		{
			"src": "media/icon.svg",
			"type": "image/svg+xml",
			"sizes": "513x513"
		}
	],
	"screenshots": [
		{
			"src": "media/screenshot1.png",
			"sizes": "1280x800",
			"type": "image/png",
			"label": "The Construct Start Page.",
			"form_factor": "wide"
		},
		{
			"src": "media/screenshot2.png",
			"sizes": "1280x800",
			"type": "image/png",
			"label": "Editing a timeline animation with the Layout View and Timeline Bar.",
			"form_factor": "wide"
		},
		{
			"src": "media/screenshot3.png",
			"sizes": "1280x800",
			"type": "image/png",
			"label": "Export animations to a variety of formats and platforms, ranging from GIFs to Windows desktop apps.",
			"form_factor": "wide"
		},
		{
			"src": "media/screenshot4.png",
			"sizes": "1280x800",
			"type": "image/png",
			"label": "The built-in image and animations editor.",
			"form_factor": "wide"
		},
		{
			"src": "media/screenshot5.png",
			"sizes": "1280x800",
			"type": "image/png",
			"label": "The Event Sheet View, using blocks to add logic to an animation.",
			"form_factor": "wide"
		}
	],
	"id": "/beta",
	"start_url": "/beta/",
	"scope_extensions": [
		{
			"type": "origin",
			"origin": "https://preview.construct.net"
		},
		{
			"type": "origin",
			"origin": "https://animate.construct.net"
		}
	],
	"display": "standalone",
	"theme_color": "#3B4045",
	"background_color": "#3B4045",
	"categories": [
		"productivity",
		"education",
		"entertainment",
		"design",
		"graphics",
		"multimedia",
		"video"
	],
	"file_handlers": [
		{
			"action": "/beta/",
			"accept": {
				"application/x-construct-project": [
					".c3p"
				]
			},
			"icons": [
				{
					"src": "media/icon-16.png",
					"type": "image/png",
					"sizes": "16x16"
				},
				{
					"src": "media/icon-32.png",
					"type": "image/png",
					"sizes": "32x32"
				},
				{
					"src": "media/icon-64.png",
					"type": "image/png",
					"sizes": "64x64"
				},
				{
					"src": "media/icon-128.png",
					"type": "image/png",
					"sizes": "128x128"
				},
				{
					"src": "media/icon-256.png",
					"type": "image/png",
					"sizes": "256x256"
				},
				{
					"src": "media/icon-512.png",
					"type": "image/png",
					"sizes": "512x512"
				}
			]
		}
	]
}