arthurbergmz / webpack-pwa-manifest

Progressive Web App Manifest Generator for Webpack, with auto icon resizing and fingerprinting support.
MIT License
514 stars 93 forks source link

PWACompat support #95

Open brooks88 opened 5 years ago

brooks88 commented 5 years ago

Google has a compatibility script called PWACompat which allows older web browsers and, sometimes, IOS Safari versions to handle issues like OAuth2 login properly. I notice that this plugin optionally adds some Apple-specific tags into the html so perhaps it is covered.

PWACompat uses an href containing the name of the generated manifest..json file. Is it possible for an html-webpack-plugin template to contain an href which would automatically use the right file name?