Spaces:
Sleeping
Sleeping
File size: 546 Bytes
e78cf24 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | {
"name": "Pneumonia Vision AI",
"short_name": "PneumoniaAI",
"start_url": ".",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#0b5cff",
"description": "Explainable AI-assisted chest X-ray triage and diagnostics.",
"icons": [
{
"src": "/apple-touch-icon.svg",
"sizes": "180x180",
"type": "image/svg+xml",
"purpose": "any maskable"
},
{
"src": "/social-preview.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
]
}
|