安装在 android 上的可安装网络应用程序不使用图标

Installable web app does not use icons while being installed on android

我正在部署一个带有网络清单的可安装网络应用程序,在 Android 上安装时未使用图标图像(我没有尝试过其他平台)。

我正在遵循本指南: https://developers.google.com/web/updates/2014/11/Support-for-installable-web-apps-with-webapp-manifest-in-chrome-38-for-Android?hl=en

我的系统参数:

Manifest.json

{
 "name": "Test app",
 "icons": [
  {
    "src": "icon-1x.png",
    "sizes": "48x48",
    "type": "image/png",
  }, ...

我需要配置一个分辨率为 256 的图标,可能是因为 Nexus 6 的屏幕尺寸。