
{
    "name": "Rapipeso Pro",
    "short_name": "Rapipeso Pro",
    "theme_color": "#ffffff",
    "icons": [{
            "src": "https://www.szzptech.cn/small.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "https://www.szzptech.cn/big.png",
            "sizes": "512x512",
            "type": "image/png"
        }

    ],
    "start_url": "https://pwa.dineromx.com/#/pages/index/index",
    // "start_url": "https://www.szzptech.cn/#/pages/index/index",
    "display": "standalone",
    "background_color": "#ffffff",
    "description": "this is a app",
    "share_target": {
        "action": "compose/share",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url"
        },
        "method": "GET",
        "enctype": "application/x-www-form-urlencoded"
    },
    "scope": "/",
    "orientation": "portrait",
    "related_applications": [],
    "prefer_related_applications": false
}