{
    "name": "Sistema Rodin",
    "short_name": "Rodin",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#4A90E2",
    "orientation": "portrait",
    "icons": [
        {
            "src": "/img/logos/logo.webp",
            "sizes": "192x192",
            "type": "image/webp"
        },
        {
            "src": "/img/logos/logo.webp",
            "sizes": "512x512",
            "type": "image/webp"
        }
    ]
}