{
	"name": "ankabuta pwa",
	"short_name": "ankabutapwa",
	"start_url": "/index.html",
	"display": "standalone",
	"background_color": "#000000",
	"theme_color": "#000000",
	"icons": [
		{
		  "src": "icon192.png",
		  "sizes": "192x192",
		  "type": "image/png"
		},
		{
		  "src": "icon512.png",
		  "sizes": "512x512",
		  "type": "image/png"
		}
	],
	"share_target": {
		"action": "/share",
		"method": "POST",
		"enctype": "multipart/form-data",
		"params": {
			"title": "name",
			"text": "description",
			"files": [
				{
					"name": "image",
					"accept": ["image/*", "image/jpeg", "image/png", "image/gif"]
				}
			]
		}
	}
}
