{
	"id": "anagramm",
	"dir": "ltr",
	"lang": "de",
	"name": "Anagramm",
	"short_name": "Anagramm",
	"description": "Spaß mit Buchstaben-Schiebereien",
	"orientation": "any",
	"background_color": "#697A91",
	"start_url": "./",
	"scope": "./",
	"display": "standalone",
	"icons": [
		{
			"src": "favicon.png",
			"type": "image/png",
			"sizes": "16x16 32x32 64x64 96x96 128x128 192x192 256x256 512x512",
			"purpose": "any"
		}
	],
	"prefer_related_applications": false,
	"share_target": {
		"action": "./receive-files/",
		"method": "POST",
		"enctype": "multipart/form-data",
		"params": {
			"files": [
				{
					"name": "file",
					"accept": [ "text/json", ".json" ]
				}
			]
		}
	},
	"categories": [ "education", "entertainment" ]
}