{
    "name": "Sholi - Lista de la Compra",
    "short_name": "Sholi",
    "description": "La lista de la compra compartida m\u00e1s sencilla para la familia.",
    "start_url": "https://sholi.app/?source=pwa",
    "scope": "https://sholi.app/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#f97316",
    "orientation": "portrait",
    "icons": [
        {
            "src": "https://sholi.app/assets/apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png"
        },
        {
            "src": "https://sholi.app/assets/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "https://sholi.app/assets/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "https://sholi.app/assets/maskable-icon.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}