{
    "name": "Fashion Store",
    "short_name": "Fashion Store",
    "description": "Tienda de ropa online",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#007bff",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "/images/ico/logo.ico",
            "sizes": "192x192",
            "type": "image/x-icon"
        },
        {
            "src": "/images/ico/logo.ico",
            "sizes": "512x512",
            "type": "image/x-icon"
        }
    ],
    "categories": ["shopping", "fashion"],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "Productos",
            "short_name": "Productos",
            "description": "Ver todos los productos",
            "url": "/productos.php",
            "icons": [{ "src": "/images/ico/logo.ico", "sizes": "192x192" }]
        },
        {
            "name": "Carrito",
            "short_name": "Carrito",
            "description": "Ver mi carrito",
            "url": "/carrito.php",
            "icons": [{ "src": "/images/ico/logo.ico", "sizes": "192x192" }]
        }
    ]
}
















