{
    "name": "Cars PWA",
    "short_name": "Cars",
    "icons": [
        {
            "src": "car.png",
            "sizes": "192x192",
            "type": "image/png"
        }
    ],
    "lang": "en-US",
    "start_url": "./",
    "scope": ".",
    "display": "standalone",
    "background_color": "white",
    "theme_color": "white"
}