1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
| {
| "name": "MudBlazorTemplates1",
| "short_name": "MudBlazorTemplates1",
| "start_url": "./",
| "display": "standalone",
| "background_color": "#ffffff",
| "theme_color": "#03173d",
| "prefer_related_applications": false,
| "icons": [
| {
| "src": "icon-512.png",
| "type": "image/png",
| "sizes": "512x512"
| }
| ]
| }
|
|