{
	"name": "Serwis",
	"short_name": "Serwis",
	"description": "Application for service.",
	"id": "a4mserviceapp",
	"scope": "/",
	"start_url": "/",
	"theme_color": "white",
	"background_color":"white",
	"orientation": "portrait",
	"display": "standalone",
	"icons": [
		{
			"src": "graphics/service144.png",
			"sizes": "144x144",
			"type": "image/png"
		},
		{
			"src": "graphics/service480.png",
			"sizes": "480x480",
			"type": "image/png"
		}
	]
}