Skip to content

Commit d0c9e0e

Browse files
Change web app manifest extension to “webmanifest” (#43756)
1 parent 37927b7 commit d0c9e0e

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

src/ProjectTemplates/Web.ProjectTemplates/content/ComponentsWebAssembly-CSharp/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"condition": "(!PWA)",
9191
"exclude": [
9292
"Client/wwwroot/service-worker*.js",
93-
"Client/wwwroot/manifest.json",
93+
"Client/wwwroot/manifest.webmanifest",
9494
"Client/wwwroot/icon-512.png"
9595
]
9696
},

src/ProjectTemplates/Web.ProjectTemplates/content/ComponentsWebAssembly-CSharp/Client/wwwroot/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<link href="ComponentsWebAssembly-CSharp.styles.css" rel="stylesheet" />
1616
<!--#endif -->
1717
<!--#if PWA -->
18-
<link href="manifest.json" rel="manifest" />
18+
<link href="manifest.webmanifest" rel="manifest" />
1919
<link rel="apple-touch-icon" sizes="512x512" href="icon-512.png" />
2020
<link rel="apple-touch-icon" sizes="192x192" href="icon-192.png" />
2121
<!--#endif -->

src/ProjectTemplates/Web.ProjectTemplates/content/EmptyComponentsWebAssembly-CSharp/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"condition": "(!PWA)",
8181
"exclude": [
8282
"Client/wwwroot/service-worker*.js",
83-
"Client/wwwroot/manifest.json",
83+
"Client/wwwroot/manifest.webmanifest",
8484
"Client/wwwroot/icon-512.png"
8585
]
8686
}

src/ProjectTemplates/Web.ProjectTemplates/content/EmptyComponentsWebAssembly-CSharp/Client/wwwroot/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<base href="/" />
88
<link href="css/app.css" rel="stylesheet" />
99
<!--#if PWA -->
10-
<link href="manifest.json" rel="manifest" />
10+
<link href="manifest.webmanifest" rel="manifest" />
1111
<!--#endif -->
1212

1313
<!--#if Hosted -->

src/ProjectTemplates/test/Templates.Tests/template-baselines.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1962,7 +1962,7 @@
19621962
"wwwroot/icon-192.png",
19631963
"wwwroot/icon-512.png",
19641964
"wwwroot/index.html",
1965-
"wwwroot/manifest.json",
1965+
"wwwroot/manifest.webmanifest",
19661966
"wwwroot/service-worker.js",
19671967
"wwwroot/service-worker.published.js",
19681968
"wwwroot/css/app.css",
@@ -2000,7 +2000,7 @@
20002000
"Client/wwwroot/icon-192.png",
20012001
"Client/wwwroot/icon-512.png",
20022002
"Client/wwwroot/index.html",
2003-
"Client/wwwroot/manifest.json",
2003+
"Client/wwwroot/manifest.webmanifest",
20042004
"Client/wwwroot/service-worker.js",
20052005
"Client/wwwroot/service-worker.published.js",
20062006
"Client/wwwroot/css/bootstrap/bootstrap.min.css",
@@ -2100,7 +2100,7 @@
21002100
"wwwroot/css/app.css",
21012101
"wwwroot/icon-512.png",
21022102
"wwwroot/index.html",
2103-
"wwwroot/manifest.json",
2103+
"wwwroot/manifest.webmanifest",
21042104
"wwwroot/service-worker.js",
21052105
"wwwroot/service-worker.published.js",
21062106
"_Imports.razor",
@@ -2135,7 +2135,7 @@
21352135
"Client/Properties/launchSettings.json",
21362136
"Client/wwwroot/icon-512.png",
21372137
"Client/wwwroot/index.html",
2138-
"Client/wwwroot/manifest.json",
2138+
"Client/wwwroot/manifest.webmanifest",
21392139
"Client/wwwroot/service-worker.js",
21402140
"Client/wwwroot/service-worker.published.js",
21412141
"Client/wwwroot/css/app.css",

0 commit comments

Comments
 (0)