You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docusaurus/docs/making-a-progressive-web-app.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -93,11 +93,11 @@ following into account:
93
93
## Progressive Web App Metadata
94
94
95
95
The default configuration includes a web app manifest located at
96
-
[`public/manifest.json`](public/manifest.json), that you can customize with
96
+
[`public/manifest.json`](https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/public/manifest.json), that you can customize with
97
97
details specific to your web application.
98
98
99
99
When a user adds a web app to their homescreen using Chrome or Firefox on
100
-
Android, the metadata in [`manifest.json`](public/manifest.json) determines what
100
+
Android, the metadata in [`manifest.json`](https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/public/manifest.json) determines what
101
101
icons, names, and branding colors to use when the web app is displayed.
102
102
[The Web App Manifest guide](https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/)
103
103
provides more context about what each field means, and how your customizations
0 commit comments