add favicons

This commit is contained in:
Michael Dausmann
2024-02-17 11:51:36 +11:00
parent 23c248a08b
commit 8a801b1696
10 changed files with 44 additions and 4 deletions

19
public/site.webmanifest Normal file
View File

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