BlazorStart/Start/Client/wwwroot/manifest.json

16 lines
267 B
JSON
Raw Normal View History

2021-11-13 03:21:59 +00:00
{
"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"
}
]
}