Skip to content

Commit 5c51c98

Browse files
Audit and fix Blazor's PWA manifest (#33469)
1 parent f72a31b commit 5c51c98

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed
2.56 KB
Loading
-1.86 KB
Loading

src/ProjectTemplates/Web.ProjectTemplates/content/ComponentsWebAssembly-CSharp/Client/wwwroot/manifest.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,17 @@
55
"display": "standalone",
66
"background_color": "#ffffff",
77
"theme_color": "#03173d",
8+
"prefer_related_applications": false,
89
"icons": [
910
{
1011
"src": "icon-512.png",
1112
"type": "image/png",
1213
"sizes": "512x512"
14+
},
15+
{
16+
"src": "icon-192.png",
17+
"type": "image/png",
18+
"sizes": "192x192"
1319
}
1420
]
1521
}

0 commit comments

Comments
 (0)