我在跟踪谷歌不断进步的网络应用推荐。我有一个链接到清单文件的网页:
<!DOCTYPE html>
<html lang="en">
<head>
<title>my site</title>
<link rel="manifest" href="manifest.json">不幸的是,它看起来并没有被下载清单。当我在Chrome中查看网络选项卡时,我没有看到下载它的任何证据,而Manifest选项卡没有显示任何内容。
我已经确认manifest.json是可访问的,当我点击https://example.com/manifest.json时,它就出现了。
我尝试过各种途径,包括"/manifest.json“。
有什么想法吗?
发布于 2018-04-13 18:07:05
原来我的manifest.json是无效的。

https://stackoverflow.com/questions/49807917
复制相似问题