fhirflame / static /site.webmanifest
leksval
initial commit
a963d65
raw
history blame contribute delete
561 Bytes
{
"name": "FhirFlame - Medical AI Platform",
"short_name": "FhirFlame",
"description": "Advanced Medical AI Platform with MCP integration and FHIR compliance",
"start_url": "/",
"display": "standalone",
"background_color": "#0A0A0A",
"theme_color": "#E12E35",
"icons": [
{
"src": "fhirflame_logo.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "fhirflame_logo.png",
"sizes": "512x512",
"type": "image/png"
}
]
}