{
	"name": "scenes.cloud Trimmer",
	"short_name": "Trimmer",
	"start_url": "/",
	"display": "standalone",
	"theme_color": "#1a0f15",
	"background_color": "#1a0f15",
	"icons": [
		{
			"src": "/icon-192.png",
			"sizes": "192x192",
			"type": "image/png"
		},
		{
			"src": "/icon-512.png",
			"sizes": "512x512",
			"type": "image/png"
		},
		{
			"src": "/favicon.svg",
			"sizes": "any",
			"type": "image/svg+xml"
		}
	],
	"share_target": {
		"action": "/share-target",
		"method": "POST",
		"enctype": "multipart/form-data",
		"params": {
			"title": "title",
			"text": "text",
			"url": "url",
			"files": [
				{
					"name": "video",
					"accept": ["video/mp4", "video/quicktime", "video/webm", "video/x-msvideo", "video/x-matroska", "video/*", "image/*", ".mp4", ".mov", ".webm", ".avi", ".mkv"]
				}
			]
		}
	}
}
