fix: update favicon

This commit is contained in:
Mythie
2023-05-28 13:07:47 +10:00
parent e445830ffb
commit a83b09f4db
9 changed files with 23 additions and 0 deletions

View File

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