{
	"name": "Rx QRCoder",
	"short_name": "Rx QRCoder",
	"description": "A fully offline-capable QR code reader and generator PWA.",
	"start_url": "/",
	"display": "standalone",
	"background_color": "#FAF9F7",
	"theme_color": "#F0BA29",
	"icons": [
		{
			"src": "favicon.svg",
			"sizes": "16x16 32x32 48x48",
			"type": "image/svg+xml"
		},
		{
			"src": "icon-192.svg",
			"sizes": "192x192",
			"type": "image/svg+xml"
		},
		{
			"src": "icon-512.svg",
			"sizes": "512x512",
			"type": "image/svg+xml"
		}
	]
}
