Files
labiblioteca/public/manifest.json
2025-11-18 21:45:12 +01:00

29 líneas
722 B
JSON

{
"short_name": "LaBiblioteca",
"name": "LaBiblioteca - Visor de EPUB desde IPFS",
"description": "Aplicación web para leer libros EPUB alojados en la red IPFS con búsqueda, múltiples gateways y diseño accesible",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#667eea",
"background_color": "#ffffff",
"orientation": "any",
"categories": ["books", "education", "productivity"]
}