{
    "theme_color": "#ffffff",
    "background_color": "#2e2e2e",
    "share_target": {
        "action": "/",
        "method": "GET",
        "enctype": "application/x-www-form-urlencoded",
        "params": {
            "title": "sharedTitle",
            "text": "sharedText",
            "url": "sharedUrl"
        }
    },
    "icons": [
        {
            "purpose": "maskable",
            "sizes": "512x512",
            "src": "icon512_maskable.png",
            "type": "image/png"
        },
        {
            "purpose": "any",
            "sizes": "512x512",
            "src": "icon512_rounded.png",
            "type": "image/png"
        }
    ],
    "orientation": "portrait",
    "display": "standalone",
    "dir": "auto",
    "lang": "ko-KR",
    "name": "Stimpack",
    "short_name": "StimpacK",
    "start_url": "/",
    "description": "유튜브 영상 요약",
    "id": "stimpack1234"
}