Skip to content

Commit 140c76c

Browse files
Change web app manifest extension to “webmanifest”
1 parent 4535ea1 commit 140c76c

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
@@ -1974,7 +1974,7 @@
19741974
"wwwroot/icon-192.png",
19751975
"wwwroot/icon-512.png",
19761976
"wwwroot/index.html",
1977-
"wwwroot/manifest.json",
1977+
"wwwroot/manifest.webmanifest",
19781978
"wwwroot/service-worker.js",
19791979
"wwwroot/service-worker.published.js",
19801980
"wwwroot/css/app.css",
@@ -2013,7 +2013,7 @@
20132013
"Client/wwwroot/icon-192.png",
20142014
"Client/wwwroot/icon-512.png",
20152015
"Client/wwwroot/index.html",
2016-
"Client/wwwroot/manifest.json",
2016+
"Client/wwwroot/manifest.webmanifest",
20172017
"Client/wwwroot/service-worker.js",
20182018
"Client/wwwroot/service-worker.published.js",
20192019
"Client/wwwroot/css/bootstrap/bootstrap.min.css",
@@ -2114,7 +2114,7 @@
21142114
"wwwroot/css/app.css",
21152115
"wwwroot/icon-512.png",
21162116
"wwwroot/index.html",
2117-
"wwwroot/manifest.json",
2117+
"wwwroot/manifest.webmanifest",
21182118
"wwwroot/service-worker.js",
21192119
"wwwroot/service-worker.published.js",
21202120
"_Imports.razor",
@@ -2149,7 +2149,7 @@
21492149
"Client/Properties/launchSettings.json",
21502150
"Client/wwwroot/icon-512.png",
21512151
"Client/wwwroot/index.html",
2152-
"Client/wwwroot/manifest.json",
2152+
"Client/wwwroot/manifest.webmanifest",
21532153
"Client/wwwroot/service-worker.js",
21542154
"Client/wwwroot/service-worker.published.js",
21552155
"Client/wwwroot/css/app.css",

0 commit comments

Comments
 (0)