{
    "name": "가계부",
    "short_name": "가계부",
    "description": "부부 공유 가계부",
    "start_url": "/dashboard",
    "scope": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#4ECDC4",
    "lang": "ko",
    "icons": [
        {
            "src": "/static/icons/icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "/static/icons/icon-maskable.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "maskable"
        }
    ]
}
