Files
driving-academy/static/site.webmanifest
2025-10-26 23:39:49 -05:00

29 lines
771 B
JSON

{
"name": "Balotario Licencia A-I",
"short_name": "Balotario A-I",
"description": "Aplicación web para estudiar el balotario de licencia de conducir Clase A - Categoría I",
"icons": [
{
"src": "/static/favicon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any maskable"
},
{
"src": "/static/favicon.svg",
"sizes": "192x192",
"type": "image/svg+xml"
},
{
"src": "/static/favicon.svg",
"sizes": "512x512",
"type": "image/svg+xml"
}
],
"theme_color": "#3498db",
"background_color": "#2c3e50",
"display": "standalone",
"start_url": "/",
"scope": "/"
}