{
	"id": "/",
	"name": "Animator",
	"short_name": "Animator",
	"description": "A web-based animation and motion design tool for building keyframe animations with shapes, text, and images.",
	"start_url": "/",
	"scope": "/",
	"display": "standalone",
	"display_override": [
		"window-controls-overlay",
		"standalone",
		"browser"
	],
	"orientation": "any",
	"lang": "en-US",
	"dir": "ltr",
	"background_color": "#000000",
	"theme_color": "#00bcd4",
	"categories": ["graphics", "productivity"],
	"launch_handler": {
		"client_mode": "focus-existing"
	},
	"file_handlers": [
		{
			"action": "/open-file",
			"accept": {
				"application/zip": [".zip"],
				"image/gif": [".gif"],
				"video/webm": [".webm"],
				"image/svg+xml": [".svg"],
				"text/csv": [".csv"]
			}
		}
	],
	"share_target": {
		"action": "/share-target",
		"method": "POST",
		"enctype": "multipart/form-data",
		"params": {
			"files": [
				{
					"name": "files",
					"accept": [
						"application/zip",
						"image/gif",
						"video/webm",
						"image/svg+xml",
						"text/csv",
						".zip",
						".gif",
						".webm",
						".svg",
						".csv"
					]
				}
			]
		}
	},
	"icons": [
		{ "src": "/images/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
		{ "src": "/images/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
		{ "src": "/images/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
		{ "src": "/images/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
	],
	"developer": {
		"name": "<eat-sleep-code />",
		"websiteUrl": "https://eat-sleep-code.com",
		"privacyUrl": "https://animator.eat-sleep-code.com/privacy",
		"termsOfUseUrl": "https://animator.eat-sleep-code.com/terms-of-use"
	}
}
