mh_custom/wtmProject.Client/wwwroot/manifest.json
2024-05-17 13:43:36 +08:00

16 lines
279 B
JSON

{
"name": "wtmProject",
"short_name": "wtmProject",
"start_url": "./",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#03173d",
"icons": [
{
"src": "pwaicon.png",
"type": "image/png",
"sizes": "144x144"
}
]
}