{
    "name": "철도차량 고장코드 탐색기",
    "short_name": "고장코드 탐색기",
    "start_url": ".",
    "display": "standalone",
    "background_color": "#000000",
    "theme_color": "#000000",
    "description": "Fault Code Finder",
    "orientation": "portrait",
    "icons": [
        {
            "src": "icons/Icon-32.png",
            "sizes": "32x32",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}