的manifest.json:
...
"icons": [
{
"src": "icon.png",
"sizes": "42x42",
"type": "image/png"
}
],
...
的index.html:
...
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
<link rel="shortcut icon" href="%PUBLIC_URL%/icon.png">
...
出现图标,但是当我在Android上使用Chrome的“添加到主屏幕”功能时,我无法理解。
可以做些什么?