{
    "name": "Safety App",
    "short_name": "Safety",
    "description": "App de Inspeção e Segurança",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#f1f3f5",
    "theme_color": "#0d6efd",
    "icons": [
        {
            "src": "img/placeholder-icon.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "img/placeholder-icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}