Files
Backend-Api/ServiceHost/wwwroot/manifest.json
2024-07-21 21:05:30 +03:30

19 lines
493 B
JSON

{
"name": "Gozareshgir",
"short_name": "Gozareshgir",
"description": "Intelligent human resource management system.",
"icons": [
{
"src": "/AssetsClient/images/pwa/icon192x192.png",
"sizes": "192x192"
},
{
"src": "/AssetsClient/images/pwa/icon512x512.png",
"sizes": "512x512"
}
],
"start_url": "/",
"display": "standalone",
"theme_color": "white",
"background_color": "white"
}