pediatric-ai-scribe-v3/public/manifest.json
Daniel aebb820216
Some checks failed
Forgejo Docker Build / Root app tests (push) Successful in 1m3s
Forgejo Docker Build / Build Docker image (push) Successful in 7s
Forgejo Docker Build / End-to-end (browser) (push) Failing after 7s
chore: the app is PedsHub Clinical Tools — title, login card, menu, manifest, FAQ, docs
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Dv6sqaY6Vq3ChZHMem3cnU
2026-09-13 14:23:32 +02:00

57 lines
1.1 KiB
JSON

{
"name": "PedsHub Clinical Tools",
"short_name": "Clinical Tools",
"description": "AI-powered pediatric clinical documentation",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#ffffff",
"orientation": "any",
"categories": [
"medical",
"productivity"
],
"prefer_related_applications": false,
"icons": [
{
"src": "/icons/icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icons/icon-512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "/icons/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"shortcuts": [
{
"name": "New Encounter",
"short_name": "Encounter",
"url": "/?tab=encounter",
"icons": [
{
"src": "/icons/icon-192.png",
"sizes": "192x192"
}
]
},
{
"name": "SOAP Note",
"short_name": "SOAP",
"url": "/?tab=soap",
"icons": [
{
"src": "/icons/icon-192.png",
"sizes": "192x192"
}
]
}
]
}