docs: supply correct manifest.webmanifest filename (#37146)

Previously, the docs incorrectly identified the generated manifest file as "manifest.json" when it is actually "manifest.webmanifest".
PR Close #37146
This commit is contained in:
thefliik 2020-05-15 15:42:33 -07:00 committed by Kara Erickson
parent 2d065a32ec
commit c2fa65640c
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ The above command completes the following actions:
2. Enables service worker build support in the CLI.
3. Imports and registers the service worker in the app module.
4. Updates the `index.html` file:
* Includes a link to add the `manifest.json` file.
* Includes a link to add the `manifest.webmanifest` file.
* Adds meta tags for `theme-color`.
5. Installs icon files to support the installed Progressive Web App (PWA).
6. Creates the service worker configuration file called [`ngsw-config.json`](/guide/service-worker-config), which specifies the caching behaviors and other settings.