{
	"name": "Calculate Aspect Ratio",
	"short_name": "Aspect Ratio",
	"description": "Calculate and convert aspect ratios for images, video, and design screens.",
	"start_url": "/",
	"display": "standalone",
	"background_color": "#ffffff",
	"theme_color": "#01a9ec",
	"icons": [
		{
			"src": "/img/favicon.png",
			"sizes": "192x192",
			"type": "image/png"
		},
		{
			"src": "/img/favicon.svg",
			"sizes": "any",
			"type": "image/svg+xml"
		}
	]
}