Skip to content

Commit 1deb811

Browse files
chrisselfianschmitz
authored andcommitted
Make manifest.json description more generic (facebook#6355)
1 parent aa25c77 commit 1deb811

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/react-scripts/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
<!--

packages/react-scripts/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)