效果如图
代码
<link rel="manifest" href="./manifest.json" />
// manifest.json
{
"name": "讨口子",
"short_name": "TKZ",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"lang": "en",
"scope": "/",
"theme_color": "#ffffff",
"icons": [
{
"src": "./logo_icon.png",
"type": "image/png",
"sizes": "152x152",
"purpose": "any"
}
]
}