
        {
            "name": "Theme Snazzy",
            "short_name": "Theme Snazzy",
            "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": "#433139",
            "theme_color": "#433139",
            "shortcuts":[
                {
                "name": "Shop",
                "short_name": "Shop",
                "description": "Shop",
                "url": "/shop",
                "icons": [{"src": "/web/image/pwa.shortcuts/1/image_192_shortcut","sizes": "192x192",  "type": "image/png"}]
                },
                {
                "name": "Shirt",
                "short_name": "Shirt",
                "description": "Shirt",
                "url": "/shop/category/shirt-14",
                "icons": [{"src": "/web/image/pwa.shortcuts/2/image_192_shortcut","sizes": "192x192",  "type": "image/png"}]
                },
                {
                "name": "Dress",
                "short_name": "Dress",
                "description": "Dress",
                "url": "/shop/category/dress-19",
                "icons": [{"src": "/web/image/pwa.shortcuts/3/image_192_shortcut","sizes": "192x192",  "type": "image/png"}]
                }]
        }