{ "name": "Newsroom Monitor · Visto Bueno Studio", "short_name": "Newsroom", "description": "Panel privado de monitoreo del sistema multiagente de noticias automáticas.", "start_url": "./index.html", "scope": "./", "display": "standalone", "orientation": "any", "background_color": "#020617", "theme_color": "#d92e3f", "lang": "es-ES", "categories": ["news", "productivity", "utilities"], "icons": [ { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" }, { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }, { "src": "icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" } ], "shortcuts": [ { "name": "Ejecuciones", "short_name": "Runs", "url": "./index.html#/runs", "description": "Historial de runs del pipeline" }, { "name": "Live Terminal", "short_name": "Terminal", "url": "./index.html#/terminal", "description": "Stream de logs en vivo" } ] }