Skip to content
This repository was archived by the owner on Jul 24, 2019. It is now read-only.

Commit a0823d9

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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
<!--

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)