This commit is contained in:
mmrbnjd
2024-12-18 09:42:04 +03:30
parent 9d468a4dda
commit 8f9a30c310
7 changed files with 86 additions and 5 deletions

View File

@@ -0,0 +1,21 @@
{
"name": "BlazorApp8",
"short_name": "BlazorApp8",
"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"
}
]
}