{
    "theme_color" : "#164994",
    "background_color" : "#F4F4F4",
    "display": "standalone",
	"start_url": "/?utm_source=pwa_homescreen",
    "name" : "AVANTECH",
    "description" : "AUTO PARTS YOU CAN RELY ON",
    "short_name" : "avantech",
    "icons": [
        {
			"src": "/manifest/favicon-16x16.png",
			"type": "image/png",
			"sizes": "16x16"
		},
        {
			"src": "/manifest/favicon-32x32.png",
			"type": "image/png",
			"sizes": "32x32"
		},
        {
            "src": "/manifest/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/manifest/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/manifest/apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png"
        },
        {
            "src": "/manifest/mstile-150x150.png",
            "sizes": "150x150",
            "type": "image/png"
        }
    ],
    "lang": "ru",
    "orientation": "any",
    "prefer_related_applications": false
}