{
	"short_name": "iToolKit",
	"name": "iToolKit",
	"description": "Inventuren, Bestellungen, Lieferscheine etc.",
	"manifest_version": 2,
	"icons": [
		{
		"src": "/img/icon-16.png",
		"type": "image/png",
		"sizes": "16x16"
		},
		{
		"src": "/img/icon-32.png",
		"type": "image/png",
		"sizes": "32x32"
		},
		{
		"src": "/img/icon-192.png",
		"type": "image/png",
		"sizes": "192x192"
		},
		{
		"src": "/img/icon-512.png",
		"type": "image/png",
		"sizes": "512x512"
		},
		{
		"src": "/img/icon-590.png",
		"type": "image/png",
		"sizes": "590x590"
		}
	],
	"offline_enabled":true,
	"start_url": "/startup.php",
	"background_color": "#333344",
	"display": "standalone",
	"scope": "/",
	"permissions": [
		"videoCapture"
	],
	"theme_color": "#333344"
}