    {
        "name": "LOGISTIC KYA CLient Side System",
        "short_name": "LKYA_CSSys",
        "description": "LOGISTIC KYA CLient Side System",
        "background_color": "#4e73df",
        "theme_color": "#4e73df",
        "color": "#ebebeb",
        "orientation": "portrait",
        "display": "standalone",
        "scope": "/",
        "start_url": "/index.php",
        "lang": "es-MX",
        "comentarios": [
            {
                "20210513":  "start_url se establece en raiz /",
                "sw_js.php": "Service Workers y archivos cacheables",
                "app_comprobacion": "Comprobación del registro del Service Worker en el navegador"
            }
        ],
        "screenshots": [
            {
                "src": "img/pwa/screenshot-wide.png",
                "sizes": "1180x820",
                "type": "image/png",
                "form_factor": "wide",
                "label": "Horizontal"
            },
            {
                "src": "img/pwa/screenshot-narrow.png",
                "sizes": "375x667",
                "type": "image/png",
                "form_factor": "narrow",
                "label": "Vertical"
            }
        ],
        "icons": [
            {
                "src": "img/icons/icon-144.png",
                "type": "image/png",
                "sizes": "144x144",
                "purpose": "any"
            },
            {
                "src": "img/icons/icon-192.png",
                "type": "image/png",
                "sizes": "192x192",
                "purpose": "maskable"
            },
            {
                "src": "img/icons/icon-256.png",
                "type": "image/png",
                "sizes": "256x256",
                "purpose": "maskable"
            },
            {
                "src": "img/icons/icon-512.png",
                "type": "image/png",
                "sizes": "512x512",
                "purpose": "maskable"
            },
            {
                "src": "img/icons/icon-1024.png",
                "type": "image/png",
                "sizes": "1024x1024",
                "purpose": "maskable"
            },
            {
                "src": "img/icons/maskable_icon_x384.png",
                "sizes": "384x384",
                "type": "image/png",
                "purpose": "maskable"
            }
        ]
    }