
        {
            "name": "PWA Name",
            "short_name": "Short Name",
            "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": "/",
            "display": "standalone",
            "scope": "/",
            "background_color": "#ffbd27",
            "theme_color": "#ffbd27",
            "shortcuts":[
                {
                "name": "home",
                "short_name": "home",
                "description": "Page d`accueil",
                "url": "/",
                "icons": [{"src": "/web/image/pwa.shortcuts/2/image_192_shortcut","sizes": "192x192",  "type": "image/png"}]
                }]
        }