ant-design-blazor/site/AntDesign.Docs.Wasm/wwwroot/manifest.json
2020-05-29 00:33:49 +08:00

15 lines
280 B
JSON

{
"name": "Ant Design of Blazor",
"short_name": "AntDesign",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#03173d",
"icons": [
{
"src": "logo.png",
"type": "image/png",
"sizes": "512x512"
}
]
}