Add missing favicons and manifests, update html metas

This commit is contained in:
Antoine Boulanger
2019-02-11 11:40:43 -05:00
parent 7b1d79b3ec
commit 5281c12e96
20 changed files with 82 additions and 20 deletions

19
www/site.webmanifest Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "Boilerplate",
"short_name": "Boilerplate",
"icons": [
{
"src": "assets/images/favicons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "assets/images/favicons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}