{
	"name": "Pitch Detector",
	"short_name": "Pitcher",
	"description": "Real-time pitch detection and tuner application",
	"start_url": "./index.html",
	"display": "standalone",
	"background_color": "#0f0f23",
	"theme_color": "#0f0f23",
	"orientation": "portrait",
	"icons": [
		{
			"src": "icons/icon-192.png",
			"sizes": "192x192",
			"type": "image/png"
		},
		{
			"src": "icons/icon-512.png",
			"sizes": "512x512",
			"type": "image/png"
		},
		{
			"src": "icons/icon.svg",
			"sizes": "any",
			"type": "image/svg+xml",
			"purpose": "any"
		},
		{
			"src": "icons/icon-512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "maskable"
		}
	]
}
