Files
Hushian/Presentation/HushianWebApp/wwwroot/manifest.webmanifest

23 lines
429 B
Plaintext
Raw Normal View History

2025-07-11 20:37:28 +03:30
{
2025-10-03 23:30:50 +03:30
"name": "هوشیان",
"short_name": "هوشیان",
2025-07-11 20:37:28 +03:30
"id": "./",
"start_url": "./",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#03173d",
"prefer_related_applications": false,
"icons": [
{
"src": "icon-512.png",
"type": "image/png",
"sizes": "512x512"
},
{
"src": "icon-192.png",
"type": "image/png",
"sizes": "192x192"
}
]
}