{
    "name": "PWA Demo WebPole AR",
    "short_name": "PWA Demo",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#38bdf8",
    "theme_color": "#38bdf8",
    "description": "Aplicación de prueba para demostrar funcionamiento offline e instalación como app nativa.",
    "icons": [
        {
            "src": "img/webpole-ar.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "img/webpole-ar.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "img/webpole-ar.png",
            "sizes": "1024x1024",
            "type": "image/png"
        }
    ]
}