{
    "name": "Timesletter",
    "short_name": "Timesletter",
    "description": "2025년을 마무리하며 2026년 새해 메시지를 나누는 설원 트리 서비스",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0a192f",
    "theme_color": "#0a192f",
    "icons": [
        {
            "src": "/favicon.ico",
            "sizes": "64x64 32x32 24x24 16x16",
            "type": "image/x-icon"
        },
        {
            "src": "/favicon.ico",
            "sizes": "192x192",
            "type": "image/x-icon"
        },
        {
            "src": "/favicon.ico",
            "sizes": "512x512",
            "type": "image/x-icon"
        }
    ]
}