Files
GestorCondominio/manifest.json
2026-03-18 10:37:10 +00:00

21 lines
537 B
JSON

{
"name": "CondoSync Gestão",
"short_name": "CondoSync",
"start_url": "./index.html",
"display": "standalone",
"background_color": "#2c3e50",
"theme_color": "#2c3e50",
"icons": [
{
"src": "https://cdn-icons-png.flaticon.com/512/609/609803.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "https://cdn-icons-png.flaticon.com/512/609/609803.png",
"sizes": "512x512",
"type": "image/png"
}
]
}