
        {
            "name": "Racco",
            "short_name": "Racco",
            "icons": [{
                "sizes": "192x192",
                "src": "/web/image/website/1/image_192_pwa/192x192",
                "type": "image/png"
            },{
                "sizes": "512x512",
                "src": "/web/image/website/1/image_512_pwa/512x512",
                "type": "image/png"
            }],
            "start_url": "/my/home",
            "display": "standalone",
            "scope": "/",
            "background_color": "#ea621d",
            "theme_color": "#ffbd27",
            "shortcuts":[
                {
                "name": "Escritorio Virtual",
                "short_name": "Escritorio Virtual",
                "description": "Escritorio Virtual",
                "url": "/my/home",
                "icons": [{"src": "/web/image/pwa.shortcuts/1/image_192_shortcut","sizes": "192x192",  "type": "image/png"}]
                }]
        }