New Blazor Project created

This commit is contained in:
zha19115
2023-01-17 16:16:46 +01:00
parent 0de04330bf
commit b1fdecbc7e
882 changed files with 15963 additions and 0 deletions

21
wwwroot/manifest.json Normal file
View File

@ -0,0 +1,21 @@
{
"name": "y4f",
"short_name": "y4f",
"start_url": "./",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#03173d",
"prefer_related_applications": false,
"icons": [
{
"src": "icon-512.png",
"type": "image/png",
"sizes": "512x512"
},
{
"src": "icon-192.png",
"type": "image/png",
"sizes": "192x192"
}
]
}