{
    "name": "Sistema Ekeko Test",
    "short_name": "Ekeko Test",
    "description": "Sistema de ventas y control de inventario",
    "start_url": "https://ekeko-test.aplicandott.com/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#fd450d",
    "permissions": [
        "bluetooth"
    ],
    "optional_permissions": [
        "bluetooth-scan",
        "bluetooth-connect"
    ],
    "icons": [
        {
            "src": "https://ekeko-test.aplicandott.com/Assets/img/icon-192-test.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "https://ekeko-test.aplicandott.com/Assets/img/icon-512-test.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}