Files
moadiran/TaxPayerFull/wwwroot/manifest.json
mmrbnjd 8f9a30c310 ...
2024-12-18 09:42:04 +03:30

22 lines
411 B
JSON

{
"name": "BlazorApp8",
"short_name": "BlazorApp8",
"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"
}
]
}