 {
    "name": "Self Service Kiosk",
    "lang": "en-us",
    "short_name": "PWA Self Service Kiosk",
    "description": "App Self Service Kiosk",
    "start_url": "/",
    "scope": "/",
    "display": "fullscreen",
    "theme_color": "#3540f6",
    "background_color": "#ffffff",
    "orientation": "any",
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "img/icons/kiosk_512_x_512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "img/icons/kiosk_144_x_144.png",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "img/icons/kiosk_775_x_375.png",
            "sizes": "775x375",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "img/icons/kiosk_620_x_300.png",
            "sizes": "620x300",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "img/icons/kiosk_44_x_44.png",
            "sizes": "44x44",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "img/icons/kiosk_192_x_192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        }        
    ]
}