{
	"name": "Rich Car",
	"short_name": "Rich Car",
	"theme_color": "#001516",
	"categories": [
		"photo",
		"productivity",
		"utilities"
	],
	"icons": [{
			"src": "./static/icons/android-chrome-192x192.png",
			"sizes": "192x192",
			"type": "image/png"
		},
		{
			"src": "./static/icons/android-chrome-512x512.png",
			"sizes": "512x512",
			"type": "image/png"
		},
		{
			"src": "./static/icons/android-chrome-maskable-192x192.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "maskable"
		},
		{
			"src": "./static/icons/android-chrome-maskable-512x512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "maskable"
		}
	],
	"scope": "./",
	"start_url": "./index.html",
	"display": "standalone",
	"background_color": "#000000"
}