Manifest.json 没有下载?

Manifest.json not being downloaded?

我正在关注 Google's progressive web-app recommendations。我有一个链接到清单文件的网页:

<!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”。

有什么想法吗?

原来我的manifest.json是无效的。