63 lines
1.4 KiB
JSON
63 lines
1.4 KiB
JSON
{
|
|
"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": "/",
|
|
"scope": "/",
|
|
"display": "standalone",
|
|
"background_color": "#1a1f2e",
|
|
"theme_color": "#1a1f2e",
|
|
"orientation": "portrait",
|
|
"categories": ["medical", "health", "education"],
|
|
"lang": "es",
|
|
"dir": "ltr",
|
|
"icons": [
|
|
{
|
|
"src": "/favicon.svg",
|
|
"sizes": "any",
|
|
"type": "image/svg+xml",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/icon_192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/icon_512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/icon_192_maskable.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "maskable"
|
|
},
|
|
{
|
|
"src": "/icon_512_maskable.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "maskable"
|
|
},
|
|
{
|
|
"src": "/favicon.ico",
|
|
"sizes": "256x256",
|
|
"type": "image/x-icon",
|
|
"purpose": "any"
|
|
}
|
|
],
|
|
"shortcuts": [
|
|
{
|
|
"name": "Manual Completo",
|
|
"short_name": "Manual",
|
|
"description": "Acceso rápido al manual completo",
|
|
"url": "/manual",
|
|
"icons": [{ "src": "/favicon.ico", "sizes": "256x256" }]
|
|
}
|
|
]
|
|
}
|
|
|