{
    "name": "wellspring mission",
    "short_name": "wellspring mission",
    "start_url": "./index.html",
    "display": "standalone",
    "background_color": "#121212",
    "theme_color": "#121212",
    "description": "선교를 위한 Playlist와 1:1 맞춤형 서비스 안내입니다.",
    "orientation": "portrait",
    "icons": [
        {
            "src": "./image/app_icon_v3.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "./image/app_icon_v3.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "./image/app_icon_v3.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "./image/app_icon_v3.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}