arthurbergmz / webpack-pwa-manifest

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

Option to prevent HTML injection #157

Closed nitzanashi closed 3 years ago

nitzanashi commented 3 years ago

We're building multiple manifests to support diff locales and wondered if it's possible to omit the HTML injection of the manifests.

We tried with inject: false but this will also omit the generation of icons and screenshots in the manifest is there option to keep the icons link in the manifest but not adding multiple assets to the HTML file?