Files
jsmr/JSMR.UI.Blazor/wwwroot/manifest.webmanifest
Brian Bicknell 840bec72d2
All checks were successful
ci / build-test (push) Successful in 1m35s
ci / publish-image (push) Has been skipped
Added Blazor projects. Minor API/core updates.
2025-11-07 22:18:04 -05:00

23 lines
433 B
JSON

{
"name": "JSMR.UI.Blazor",
"short_name": "JSMR.UI.Blazor",
"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"
}
]
}