{
	"name": "Currency Converter",
	"short_name": "Currency Conv",
	"description": "Real-time currency conversion calculator with custom exchange rates",
	"start_url": "./index.html",
	"display": "standalone",
	"background_color": "#191919",
	"theme_color": "#202020",
	"orientation": "portrait-primary",
	"icons": [
		{
			"src": "https://naxeem.com/lab/currencyconverter/icon.svg",
			"sizes": "any",
			"type": "image/svg+xml",
			"purpose": "any maskable"
		}
	]
}
