BlazorStart/Start/Client/wwwroot/manifest.json
2021-11-12 19:21:59 -08:00

16 lines
267 B
JSON

{
"name": "Start",
"short_name": "Start",
"start_url": "./",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#03173d",
"icons": [
{
"src": "icon-512.png",
"type": "image/png",
"sizes": "512x512"
}
]
}