如何获取“ manifest.json”的正确图标路径?

时间:2019-04-22 09:50:51

标签: vue.js manifest.json

在manifest.json中,我有以下代码

"icons": [
{
  "src": "/static/img/icons/android-chrome-192x192.png",
  "sizes": "192x192",
  "type": "image/png"
},
{
  "src": "/static/img/icons/android-chrome-512x512.png",
  "sizes": "512x512",
  "type": "image/png"
}

打开浏览器时,我的控制台出现了这些错误

Error while trying to use the following icon from the Manifest: http://localhost:8080/static/img/icons/android-chrome-192x192.png (Resource size is not correct - typo in the Manifest?)

我再次检查了文件夹中的图标名称是否正确。因此图标名称不应该是这种情况。当我单击该链接时,图像已显示。可能是什么错误? 我的静态文件夹- static folder

1 个答案:

答案 0 :(得分:0)

值得检查您的图标文件夹是否被Apache或Nginx-https://electrictoolbox.com/apache-icons-directory/覆盖。在这种情况下manifest.json将不存在。在这种情况下,请使用图标以外的名称作为文件夹名称,并根据需要更新标题。