{
	"name": "Tumbler",
	"short_name": "Tumbler",
	"id": "/",
	"start_url": "/",
	"scope": "/",
	"display": "standalone",
	"orientation": "portrait",
	"theme_color": "#ffffff",
	"background_color": "#ffffff",
	"description": "",
	"serviceworker": {
		"src": "/js/sw.js",
		"scope": "/"
	},
	"protocol_handlers": [
		{
			"protocol": "web+tumbler",
			"url": "/?location=%s"
		}
	],
	"icons": [
		{
			"src": "/img/favicon.32x32.png",
			"sizes": "32x32",
			"type": "image/png"
		},
		{
			"src": "/img/favicon.128x128.png",
			"sizes": "128x128",
			"type": "image/png"
		},
		{
			"src": "/img/favicon.180x180.png",
			"sizes": "180x180",
			"type": "image/png"
		},
		{
			"src": "/img/favicon.192x192.png",
			"sizes": "192x192",
			"type": "image/png"
		},
		{
			"src": "/img/favicon.384x384.png",
			"sizes": "384x384",
			"type": "image/png"
		}
	]
}