{
    "name": "Market POS - LinkUpTec",
    "short_name": "Market POS",
    "description": "Sistema de punto de venta para tu negocio",
    "start_url": "/app/punto.php",
    "scope": "/",
    "display": "standalone",
    "orientation": "any",
    "background_color": "#0a0e1a",
    "theme_color": "#0d9488",
    "lang": "es",
    "categories": ["business", "finance"],
    "icons": [
        {
            "src": "/favicon.png",
            "sizes": "any",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "Punto de Venta",
            "short_name": "POS",
            "url": "/app/punto.php",
            "icons": [{"src": "/favicon.png", "sizes": "any"}]
        },
        {
            "name": "Reportes",
            "short_name": "Reportes",
            "url": "/app/reportes.php",
            "icons": [{"src": "/favicon.png", "sizes": "any"}]
        }
    ]
}
