{
    "name": "Satkit - Smart Solutions",
    "short_name": "Satkit",
    "description": "Satkit - Your smart solutions store. Fast delivery across Europe.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#FFFFFF",
    "theme_color": "#232F3E",
    "categories": [
        "shopping",
        "e-commerce"
    ],
    "icons": [
        {
            "src": "image/catalog/pwa/icon-72x72.png",
            "sizes": "72x72",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "image/catalog/pwa/icon-96x96.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "image/catalog/pwa/icon-128x128.png",
            "sizes": "128x128",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "image/catalog/pwa/icon-144x144.png",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "image/catalog/pwa/icon-152x152.png",
            "sizes": "152x152",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "image/catalog/pwa/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "image/catalog/pwa/icon-384x384.png",
            "sizes": "384x384",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "image/catalog/pwa/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "image/catalog/pwa/icon-512x512.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "image/catalog/pwa/icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Ver Carrito",
            "short_name": "Carrito",
            "description": "Ver tu carrito de compras",
            "url": "/index.php?route=checkout/cart",
            "icons": [
                {
                    "src": "image/catalog/pwa/cart-icon.svg",
                    "sizes": "any",
                    "type": "image/svg+xml"
                }
            ]
        },
        {
            "name": "Mi Cuenta",
            "short_name": "Cuenta",
            "description": "Acceder a tu cuenta",
            "url": "/index.php?route=account/account",
            "icons": [
                {
                    "src": "image/catalog/pwa/account-icon.svg",
                    "sizes": "any",
                    "type": "image/svg+xml"
                }
            ]
        },
        {
            "name": "Ofertas",
            "short_name": "Ofertas",
            "description": "Ver ofertas especiales",
            "url": "/index.php?route=product/special",
            "icons": [
                {
                    "src": "image/catalog/pwa/deals-icon.svg",
                    "sizes": "any",
                    "type": "image/svg+xml"
                }
            ]
        }
    ],
    "related_applications": [],
    "prefer_related_applications": false
}