feat: added static font and icon assets

This commit is contained in:
Bart van der Braak 2023-06-15 01:33:51 +02:00
parent bf01a93b4c
commit d68a548737
14 changed files with 21 additions and 2 deletions

19
public/site.webmanifest Normal file
View file

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