【发布时间】:2019-10-16 09:35:13
【问题描述】:
我的 manifest.json 中有语法错误
清单:第 7 行,第 1 列,语法错误。
我正在尝试删除文件中的所有数据,但我得到了同样的错误。
看看我的 manifest.json
{
"name" : "VIDEOFUTUR",
"short_name" : "VF",
"description" : "Télécom",
"start_url" : "index.php",
"scope" : "/",
"display" : "fullscreen",
"orientation" : "any",
"lang" : "French",
"icons" : [
{
"src": "https://lafibrevideofutur.fr/img/favicon.png",
"sizes": "256x256"
}],
}
【问题讨论】:
-
你在哪里得到这个错误?在浏览器控制台中?
-
在浏览器控制台中是。当我在控制台中打开清单查看第 7 行时,出现此错误“Nothing to preview”
标签: json manifest progressive-web-apps