Parcel supports web manifest files, which enable PWAs to be installed on the user's device. These are referenced from an HTML file using a <link rel=“manifest”>
tag. Parcel automatically handles URL references in these files just like any other dependency. In this release, you can now use a .json
file rather than a .webmanifest
file, which many developers find preferable.
Please try out the release candidate and give us feedback on GitHub. We will be fixing bugs, and improving the documentation over the next month or so before our stable release. You can also donate to our open collective, which helps support our contributors. Thanks!