Skip to content

Commit 6732c15

Browse files
chrisselfianschmitz
authored andcommitted
Make manifest.json description more generic (#6355)
1 parent b757c7e commit 6732c15

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: template-typescript/public/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
/>
1010
<meta name="theme-color" content="#000000" />
1111
<!--
12-
manifest.json provides metadata used when your web app is added to the
13-
homescreen on Android. See https://developers.google.com/web/fundamentals/web-app-manifest/
12+
manifest.json provides metadata used when your web app is installed on a
13+
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
1414
-->
1515
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
1616
<!--

Diff for: template/public/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
/>
1010
<meta name="theme-color" content="#000000" />
1111
<!--
12-
manifest.json provides metadata used when your web app is added to the
13-
homescreen on Android. See https://developers.google.com/web/fundamentals/web-app-manifest/
12+
manifest.json provides metadata used when your web app is installed on a
13+
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
1414
-->
1515
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
1616
<!--

0 commit comments

Comments
 (0)