fix manifest build

This commit is contained in:
Jeremy Danyow 2018-09-30 21:28:16 -07:00 committed by GitHub
parent 3932761cbf
commit 88ceccfc80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View File

@ -2,18 +2,17 @@
"name": "Utterances",
"icons": [
{
"src": "icons/android-chrome-192x192.png",
"src": "android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icons/android-chrome-256x256.png",
"src": "android-chrome-256x256.png",
"sizes": "256x256",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"start_url": "https://utteranc.es",
"display": "standalone"
}

View File

@ -14,7 +14,7 @@
<link rel="apple-touch-icon" sizes="180x180" href="./icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./icons/favicon-16x16.png">
<link rel="manifest" href="./icons/manifest.json">
<link rel="manifest" href="./icons/manifest.webmanifest">
<link rel="mask-icon" href="./icons/safari-pinned-tab.svg" color="#4c2889">
<link rel="shortcut icon" href="./icons/favicon.ico">
<link rel="canonical" href="https://utteranc.es">