{
    "name": "Prueba PWA Alertopia",
    "short_name": "PW Alertopia",
    "description": "Descripción PWA Alertopia",
    "start_url": "https://fashoop.com/",
    "display": "standalone",
    "orientation": "any",
    "background_color": "#000000",
    "theme_color": "#000000",
    "dir": "auto",
    "icons": [
        {
            "src": "http://fashoop.com/wp-content/uploads/2025/07/logo-pwa.png",
            "type": "image/png",
            "purpose": "any",
            "sizes": "512x512"
        },
        {
            "src": "http://fashoop.com/wp-content/uploads/2025/07/logo-pwa.png",
            "type": "image/png",
            "purpose": "maskable",
            "sizes": "512x512"
        }
    ]
}