{
    "name": "Lentiar",
    "short_name": "Lentiar",
    "start_url": ".",
    "scope": ".",
    "lang": "zh-CN",
    "display": "standalone",
    "background_color": "#0175C2",
    "theme_color": "#0175C2",
    "description": "Lentiar - 精选商品分享与浏览",
    "orientation": "portrait-primary",
    "prefer_related_applications": false,
    "categories": ["shopping", "lifestyle"],
    "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": "/?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"
        }
    }
}
