{
	"name": "Clip 1",
	"short_name": "Clip 1",
	"start_url": "/",
	"display": "fullscreen",
	"icons": [
		{
			"src": "icon-192.png",
			"sizes": "192x192",
			"type": "image/png"
		}
	],
	"share_target": {
		"action": "share_target",
		"method": "POST",
		"enctype": "multipart/form-data",
		"params": {
			"title": "title",
			"text": "text",
			"url": "url",
			"files": [
				{
					"name": "file",
					"accept": ["image/*","text/plain"]
				}
			]
		}
	}
}