{
    "lang": "en-us",
    "name": "PWA Demo",
    "short_name": "PWA Demo",
    "description": "Demo for cars photo capturing process app.",
    "start_url": "/",
    "background_color": "#ffffff",
    "theme_color": "#ffffff",
    "orientation": "landscape",
    "display": "fullscreen",
    "icons": [
        {
            "src": "icon512.png",
            "sizes": "512x512"
        }
    ]
}