Reset incorrect site manifest

This commit is contained in:
Richie Bendall
2018-08-30 23:38:06 +12:00
committed by GitHub
parent 31fa69f21d
commit b6248446ed

View File

@@ -1,14 +1,8 @@
{
"short_name": "",
"name": "",
"icons": [{
"src": "icon.png",
"type": "image/png",
"sizes": "192x192"
}],
"start_url": "/?utm_source=homescreen",
"background_color": "#fafafa",
"theme_color": "#fafafa",
"display": "standalone",
"scope": "/"
"icons": [{
"src": "icon.png",
"sizes": "192x192",
"type": "image/png"
}],
"start_url": "/"
}