{
	"name": "Calderys Ladle Configurator",
	"short_name": "Ladle Configurator",
	"description": "Ladle Configurator",
	"theme_color": "#0a191c",
	"background_color": "#0a191c",
	"scope": "/",
	"start_url": "/",
	"icons": [
				{
						"src": "/assets/pwa.jpg",
						"sizes": "72x72 96x96 120x120 128x128 144x144 152x152 180x180 192x192 384x384 512x512",
						"type": "image/png",
						"purpose": "any maskable"
				}
		],
	"display": "standalone",
	"orientation": "landscape",
	"serviceworker": {
				"src": "/serviceworker.js",
				"scope": "/"
		},
	"permissions": [
				"notifications"
		],
	"prefer_related_applications": false,
	"url_handlers": [
		{
			"origin": "https://caldarys.hmwrk.dev"
		}
	]
}