Files
checklist/frontend/public/site.webmanifest
2025-11-26 17:27:58 -03:00

22 lines
460 B
JSON

{
"name": "AYUTEC - Sistema de Inspecciones",
"short_name": "AYUTEC",
"icons": [
{
"src": "/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#4f46e5",
"background_color": "#ffffff",
"display": "standalone"
}