Tr_Code/twa-frontend/public/manifest.webmanifest

41 lines
946 B
JSON

{
"name": "1호선 고장코드",
"short_name": "고장코드",
"description": "철도 차량 고장코드 및 TCMS 신호 조회 애플리케이션",
"start_url": "/",
"display": "standalone",
"background_color": "#0F172A",
"theme_color": "#0F172A",
"orientation": "portrait-primary",
"categories": ["productivity", "utilities"],
"lang": "ko",
"icons": [
{
"src": "/icons/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/icons/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
],
"screenshots": [
{
"src": "/screenshots/desktop.png",
"sizes": "1280x720",
"type": "image/png",
"form_factor": "wide"
},
{
"src": "/screenshots/mobile.png",
"sizes": "390x844",
"type": "image/png",
"form_factor": "narrow"
}
]
}