Some checks failed
build-and-deploy / build-and-deploy (push) Has been cancelled
- Agregar share_target al manifest de la PWA - Crear endpoint /api/share-target para recibir archivos compartidos - Guardar archivos temporalmente en /public/temp-shared - Modificar UserProfileForm para aceptar imágenes externas - Detectar automáticamente imágenes compartidas y procesarlas - Crear endpoint /api/share-target/cleanup para limpiar temporales - Mostrar toast informativo al recibir imagen compartida - Redirigir automáticamente al formulario de perfil - Soportar compartir desde galería, otras apps, etc.
22 lines
1.0 KiB
JSON
22 lines
1.0 KiB
JSON
{
|
|
"name": "DayNight PWA",
|
|
"short_name": "DayNight",
|
|
"description": "Aplicación de ejemplo PWA instalable y offline.",
|
|
"id": "/",
|
|
"start_url": "/index.html",
|
|
"scope": "/",
|
|
"display": "standalone",
|
|
"background_color": "#ffffff",
|
|
"theme_color": "#ffffff",
|
|
"icons": [
|
|
{ "src": "icons/icon-72x72.png", "sizes": "72x72", "type": "image/png" },
|
|
{ "src": "icons/icon-96x96.png", "sizes": "96x96", "type": "image/png" },
|
|
{ "src": "icons/icon-128x128.png", "sizes": "128x128", "type": "image/png" },
|
|
{ "src": "icons/icon-144x144.png", "sizes": "144x144", "type": "image/png" },
|
|
{ "src": "icons/icon-152x152.png", "sizes": "152x152", "type": "image/png" },
|
|
{ "src": "icons/icon-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
|
|
{ "src": "icons/icon-256x256.png", "sizes": "256x256", "type": "image/png" },
|
|
{ "src": "icons/icon-384x384.png", "sizes": "384x384", "type": "image/png" },
|
|
{ "src": "icons/icon-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
|
|
]
|
|
} |