oto/apps/client/web/manifest.json
toki bb2a74cb35 chore(workspace): 패키지 메타데이터를 정리한다
문서와 웹 배포 메타데이터, 로드맵 milestone 이동, 패키지 잠금 파일까지 함께 반영해 작업 트리의 현재 상태를 일관되게 마무리한다.
2026-06-10 08:06:09 +09:00

35 lines
941 B
JSON

{
"name": "OTO Client",
"short_name": "OTO",
"start_url": ".",
"display": "standalone",
"background_color": "#0175C2",
"theme_color": "#0175C2",
"description": "Flutter control-plane client for the OTO CI/CD runner.",
"orientation": "portrait-primary",
"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-maskable-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "icons/Icon-maskable-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
]
}