Site > Add social images and favicons

This commit is contained in:
brunosimon
2017-12-31 12:07:54 +01:00
parent 3246748331
commit 52baee3ec7
14 changed files with 59 additions and 1 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"name": "Keppler",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-256x256.png",
"sizes": "256x256",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}