Skip to content

Commit

Permalink
fix: cleaner diff
Browse files Browse the repository at this point in the history
  • Loading branch information
bsmth committed Dec 7, 2023
1 parent 9fea928 commit eaa00ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ The {{HTMLelement("head")}} of `index.html` may now look similar to:
</head>
```

View the [`cycletracker.json` file](https://mdn.github.io/pwa-examples/cycletracker/manifest_file/cycletracker.json) and view the [project source code](https://github.com/mdn/pwa-examples/tree/main/cycletracker/manifest_file) on GitHub.
View the [`cycletracker.json` file](https://mdn.github.io/pwa-examples/cycletracker/manifest_file/cycletracker.json) and view the [project source code](https://github.com/mdn/pwa-examples/blob/main/cycletracker/manifest_file/) on GitHub.

With a manifest file, Safari will recognize your site as a web app. For the web app to be a full PWA, we will still need to add a service worker.

Expand Down

0 comments on commit eaa00ea

Please sign in to comment.