mh_custom/wtmProject.Client/wwwroot/manifest.json

16 lines
279 B
JSON
Raw Permalink Normal View History

2024-05-16 17:30:33 +08:00
{
"name": "wtmProject",
"short_name": "wtmProject",
"start_url": "./",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#03173d",
"icons": [
{
"src": "pwaicon.png",
"type": "image/png",
"sizes": "144x144"
}
]
}