Repro步骤......
./ngrok http 3007 --host-header=localhost:3007
启动了ngrok(仍在运行)并将生成的网址复制/粘贴到我的manifest.json
gulp serve
gulp manifest
Error while reading manifest.json: Failed to find icon "https://xxxxxxxx.ngrok.io/assets/tab-44.png" file in the package Failed to find icon "https://xxxxxxxx.ngrok.io/assets/tab-88.png" file in the package
(子域名已编辑)这是我已经确认/调试过的......
https://xxxxxxxx.ngrok.io/assets/tab-44.png
和https://xxxxxxxx.ngrok.io/assets/tab-88.png
在浏览器中正常运行。我看到默认的笑脸图标,并在ngrok终端和Web界面中查看请求。manifest.json
。有什么想法吗?谢谢!
答案 0 :(得分:1)
大纲和颜色是PNG图标的相对文件路径。请将两个图标(tab-44.png& tab-88.png)与 manifest.json 文件一起作为包的一部分。