Improve public view

This commit is contained in:
Paulo Gustavo Veiga
2021-12-26 09:23:51 -08:00
parent fbc9a978f2
commit 955a363ce5
57 changed files with 75 additions and 91 deletions

View File

@@ -0,0 +1,19 @@
{
"short_name": "WiseMapping",
"name": "WiseMapping",
"icons": [{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "favicon.png",
"type": "image/png",
"sizes": "1024x1024"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}