{
    "name": "Lentist",
    "short_name": "Lentist",
    "start_url": ".",
    "scope": ".",
    "lang": "zh-CN",
    "display": "standalone",
    "background_color": "#FFFFFF",
    "theme_color": "#FFFFFF",
    "description": "Lentist - 精选商品分享与浏览",
    "orientation": "portrait-primary",
    "prefer_related_applications": false,
    "categories": [
        "shopping",
        "lifestyle"
    ],
    "shortcuts": [
        {
            "name": "首页",
            "short_name": "首页",
            "description": "浏览精选商品",
            "url": "/?force=h5",
            "icons": [
                {
                    "src": "icons/Icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "我的分享",
            "short_name": "分享",
            "description": "查看我分享的商品",
            "url": "/?force=h5#/share",
            "icons": [
                {
                    "src": "icons/Icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ],
    "share_target": {
        "action": "/?force=h5",
        "method": "GET",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url"
        }
    },
    "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"
        }
    ]
}