- npm upgrades for three.js, webpack and babel libraries

- favicons for webapp (android and apple)
This commit is contained in:
Arno Kaimbacher 2020-11-26 09:46:10 +01:00
parent 7b1ca85519
commit ea09f80f82
13 changed files with 198 additions and 153 deletions

View file

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