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
to apply the runtime caching strategy of your choice to those resources.
@@ -128,7 +128,7 @@ following into account:
128
128
fetched the latest updates that will be available the next time they load the
129
129
page (showing a "New content is available once existing tabs are closed." message). Showing
130
130
these messages is currently left as an exercise to the developer, but as a
131
-
starting point, you can make use of the logic included in [`src/serviceWorker.js`](https://github.com/facebook/create-react-app/blob/master/packages/cra-template/template/src/serviceWorker.js), which
131
+
starting point, you can make use of the logic included in [`src/serviceWorkerRegistration.js`](https://github.com/cra-template/pwa/blob/master/packages/cra-template-pwa/template/src/serviceWorkerRegistration.js), which
132
132
demonstrates which service worker lifecycle events to listen for to detect each
133
133
scenario, and which as a default, only logs appropriate messages to the
134
134
JavaScript console.
@@ -160,11 +160,11 @@ following into account:
160
160
## Progressive Web App Metadata
161
161
162
162
The default configuration includes a web app manifest located at
163
-
[`public/manifest.json`](https://github.com/facebook/create-react-app/blob/master/packages/cra-template/template/public/manifest.json), that you can customize with
163
+
[`public/manifest.json`](https://github.com/cra-template/pwa/blob/master/packages/cra-template-pwa/template/public/manifest.json), that you can customize with
164
164
details specific to your web application.
165
165
166
166
When a user adds a web app to their homescreen using Chrome or Firefox on
167
-
Android, the metadata in [`manifest.json`](https://github.com/facebook/create-react-app/blob/master/packages/cra-template/template/public/manifest.json) determines what
167
+
Android, the metadata in [`manifest.json`](https://github.com/cra-template/pwa/blob/master/packages/cra-template-pwa/template/public/manifest.json) determines what
168
168
icons, names, and branding colors to use when the web app is displayed.
169
169
[The Web App Manifest guide](https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/)
170
170
provides more context about what each field means, and how your customizations
0 commit comments