{
	"name": "ALICE:Bruchrechnen",
	"short_name": "ALICE",
	"icons": [{
		"src": "./img/PWA/Icon-128.png",
		"sizes": "128x128",
		"type": "image/png"
	}, {
		"src": "./img/PWA/Icon-144.png",
		"sizes": "144x144",
		"type": "image/png"
	}, {
		"src": "./img/PWA/Icon-152.png",
		"sizes": "152x152",
		"type": "image/png"
	}, {
		"src": "./img/PWA/Icon-192.png",
		"sizes": "192x192",
		"type": "image/png"
	}, {
		"src": "./img/PWA/Icon-256.png",
		"sizes": "256x256",
		"type": "image/png"
	}, {
		"src": "./img/PWA/Icon-512.png",
		"sizes": "512x512",
		"type": "image/png"
	}],
	"start_url": "./bruchrechnen.html",
	"display": "standalone",
	"orientation": "landscape",
	"background_color": "#E0E0E0",
	"theme_color": "#0C5AA6"
}

