This commit is contained in:
Yan Lin 2025-06-11 09:54:21 +02:00
parent ba5893579e
commit 1ab2a168e5
12 changed files with 25 additions and 25 deletions

21
dist/site.webmanifest vendored Normal file
View file

@ -0,0 +1,21 @@
{
"name": "YL Homepage",
"short_name": "YL",
"icons": [
{
"src": "/favicon/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/favicon/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}