mirror of
https://github.com/yummy4friends/y4f.git
synced 2025-07-21 16:45:52 +02:00
New Blazor Project created
This commit is contained in:
21
wwwroot/manifest.json
Normal file
21
wwwroot/manifest.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user