{
	"dir" : "ltr",
	"lang" : "en",
	"version": "1.2.3",
	"manifest_version": 3,
	"name" : "VehHistory Check your VIN",
	"scope" : "./",
	"display" : "standalone",
	"start_url" : "/",
	"short_name" : "VehHistory",
	"theme_color" : "#1b9ee0",
	"description" : "Check your vehicle with vehhistory. Check its history, price, odometer, damages, title records, recalls",
	"orientation" : "portrait",
	"background_color" : "#fff",
	"related_applications" : [],
    "prefer_related_applications" : true,
    "offline_enabled": true,
	"icons" : [
        {
            "src": "/img/ico/32.png?v=2",
            "sizes": "33x32",
            "type": "image/png"
        },
        {
            "src": "/img/ico/64.png?v=2",
            "sizes": "64x64",
            "type": "image/png"
        },
        {
            "src": "/img/ico/128.png?v=2",
            "sizes": "128x128",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/img/ico/152.png?v=2",
            "sizes": "152x152",
            "type": "image/png"
        },
        {
            "src": "/img/ico/167.png?v=2",
            "sizes": "167x167",
            "type": "image/png"
        },
        {
            "src": "/img/ico/180.png?v=2",
            "sizes": "180x180",
            "type": "image/png"
        },
        {
            "src": "/img/ico/192.png?v=2",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/img/ico/512.png?v=2",
            "sizes": "512x512",
            "type": "image/png"
        }
	]
}
