ajuste tela de login

This commit is contained in:
2026-03-18 10:37:10 +00:00
parent f4577dec9e
commit 404bcf8637
6 changed files with 2027 additions and 0 deletions

20
manifest.json Normal file
View File

@@ -0,0 +1,20 @@
{
"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"
}
]
}