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

How to generate multiple manifest.json files for separate parts of the PWA? #141

Open nmummau opened 3 years ago

nmummau commented 3 years ago

The Question

Similar to this stackoverflow question.

Is this possible to configure? I would like a separate manifest.json for separate parts of my PWA, depending on which page the user is visiting.

Martinnord commented 2 years ago

@nmummau Did you find something about this? I'm wondering this as well. Thanks!

nmummau commented 2 years ago

@Martinnord No, I never found a solution for this.