{
    "name": "NUVELLA · SNUV-WALLET",
    "short_name": "SNUV-WALLET",
    "start_url": ".",
    "scope": "./",
    "display": "standalone",
    "background_color": "#0B1A3A",
    "theme_color": "#D4AF37",
    "description": "NUVELLA premium multi-chain wallet with auto-unlock lockup feature.",
    "orientation": "portrait-primary",
    "lang": "ko-KR",
    "categories": ["finance", "productivity"],
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icons/Icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "락업 현황",
            "short_name": "락업",
            "description": "자동 분할 해제 락업 현황 보기",
            "url": "./?shortcut=lockup"
        },
        {
            "name": "송금",
            "short_name": "송금",
            "description": "토큰 송금",
            "url": "./?shortcut=send"
        }
    ]
}
