- npm upgrades for three.js, webpack and babel libraries
- favicons for webapp (android and apple)
This commit is contained in:
parent
7b1ca85519
commit
ea09f80f82
13 changed files with 198 additions and 153 deletions
19
images/favicon/site.webmanifest
Normal file
19
images/favicon/site.webmanifest
Normal 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"
|
||||
}
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue