Files
Hushian/Presentation/HushianWebApp/wwwroot/manifest.webmanifest
mmrbnjd ba3bffd9eb docker
2025-10-03 23:30:50 +03:30

23 lines
429 B
JSON

{
"name": "هوشیان",
"short_name": "هوشیان",
"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"
}
]
}