small ui fixes

This commit is contained in:
Joni Juup
2022-02-07 16:23:39 +02:00
parent 94e126782b
commit ca3d60cfb8
15 changed files with 240 additions and 33 deletions

19
public/site.webmanifest Normal file
View File

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