{
    "name": "康养云",
    "short_name": "康养云",
    "description": "安全、快速、稳定的即时通讯应用",
    "lang": "zh-CN",
    "dir": "ltr",
    "start_url": "./",
    "scope": "/",
    "display": "standalone",
    "display_override": [
        "window-controls-overlay",
        "standalone",
        "minimal-ui"
    ],
    "orientation": "portrait-primary",
    "background_color": "#ffffff",
    "theme_color": "#1a1a1a",
    "prefer_related_applications": false,
    "categories": [
        "social",
        "communication"
    ],
    "shortcuts": [
        {
            "name": "发起聊天",
            "short_name": "聊天",
            "description": "快速打开聊天列表",
            "url": "/?action=chat",
            "icons": [
                {
                    "src": "icons/Icon-192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ],
    "share_target": {
        "action": "/share-target",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url",
            "files": [
                {
                    "name": "files",
                    "accept": [
                        "image/*",
                        "video/*",
                        "audio/*",
                        ".pdf"
                    ]
                }
            ]
        }
    },
    "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"
        }
    ]
}