{
    "short_name": "Mi App",
    "name": "Mi Aplicación Web Progresiva",
    "icons": [
        {
            "src": "https://via.placeholder.com/192.png?text=Mi+App+192",
            "type": "image/png",
            "sizes": "192x192"
        },
        {
            "src": "https://via.placeholder.com/512.png?text=Mi+App+512",
            "type": "image/png",
            "sizes": "512x512"
        }
    ],
    "start_url": "index.php",
    "background_color": "#ffffff",
    "display": "standalone",
    "scope": "/",
    "theme_color": "#3498db"
}