cs11dotnet7/vscode/PracticalApps/Northwind.BlazorWasm/Client/wwwroot/manifest.json
2022-03-13 16:17:01 +00:00

22 lines
431 B
JSON

{
"name": "Northwind.BlazorWasm",
"short_name": "Northwind.BlazorWasm",
"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"
}
]
}