Files
moadiran/TaxPayerFull/wwwroot/manifest.json

22 lines
411 B
JSON
Raw Permalink Normal View History

2024-12-18 09:42:04 +03:30
{
"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"
}
]
}