update favicons

This commit is contained in:
Mahendrata Harpi
2020-05-03 16:48:23 +07:00
parent 3d360b6a08
commit 8274becc2e
12 changed files with 40 additions and 34 deletions

View File

@@ -1,14 +1,19 @@
{
"name": "Mahendrata",
"short_name": "Mahendrata",
"icons": [
{
"src": "/assets/favicons/android-chrome-96x96.png",
"sizes": "96x96",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
"name": "",
"short_name": "",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-384x384.png",
"sizes": "384x384",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}