{
	"name": "Counter",
	"short_name": "Counter",
	"description": "Simple counter application",
	"start_url": "/counters",
	"scope": "/",
	"display": "standalone",
	"background_color": "#0f1115",
	"theme_color": "#0b57d0",
	"icons": [
		{
			"src": "/logo.png",
			"sizes": "1024x1024",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/logo.png",
			"sizes": "1024x1024",
			"type": "image/png",
			"purpose": "maskable"
		}
	]
}
