2025-12-17 11:12:10 +00:00
|
|
|
{
|
|
|
|
|
"name": "EMERGES TES - Protocolo Rápido",
|
|
|
|
|
"short_name": "EMERGES TES",
|
|
|
|
|
"description": "Guía rápida de protocolos médicos de emergencias para Técnicos de Emergencias Sanitarias",
|
|
|
|
|
"start_url": "/",
|
2025-12-17 14:19:57 +00:00
|
|
|
"scope": "/",
|
2025-12-17 11:12:10 +00:00
|
|
|
"display": "standalone",
|
|
|
|
|
"background_color": "#1a1f2e",
|
|
|
|
|
"theme_color": "#1a1f2e",
|
|
|
|
|
"orientation": "portrait",
|
2025-12-17 14:19:57 +00:00
|
|
|
"categories": ["medical", "health", "education"],
|
|
|
|
|
"lang": "es",
|
|
|
|
|
"dir": "ltr",
|
2025-12-17 11:12:10 +00:00
|
|
|
"icons": [
|
2025-12-17 14:19:57 +00:00
|
|
|
{
|
|
|
|
|
"src": "/favicon.svg",
|
|
|
|
|
"sizes": "any",
|
|
|
|
|
"type": "image/svg+xml",
|
|
|
|
|
"purpose": "any maskable"
|
|
|
|
|
},
|
2025-12-17 11:12:10 +00:00
|
|
|
{
|
|
|
|
|
"src": "/favicon.ico",
|
|
|
|
|
"sizes": "256x256",
|
|
|
|
|
"type": "image/x-icon",
|
|
|
|
|
"purpose": "any maskable"
|
2025-12-19 21:26:55 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"src": "/favicon.svg",
|
|
|
|
|
"sizes": "192x192",
|
|
|
|
|
"type": "image/svg+xml",
|
|
|
|
|
"purpose": "any"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"src": "/favicon.svg",
|
|
|
|
|
"sizes": "512x512",
|
|
|
|
|
"type": "image/svg+xml",
|
|
|
|
|
"purpose": "any"
|
2025-12-17 11:12:10 +00:00
|
|
|
}
|
2025-12-17 14:19:57 +00:00
|
|
|
],
|
|
|
|
|
"screenshots": [],
|
|
|
|
|
"shortcuts": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Manual Completo",
|
|
|
|
|
"short_name": "Manual",
|
|
|
|
|
"description": "Acceso rápido al manual completo",
|
|
|
|
|
"url": "/manual",
|
|
|
|
|
"icons": [{ "src": "/favicon.ico", "sizes": "256x256" }]
|
|
|
|
|
}
|
2025-12-17 11:12:10 +00:00
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
|