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

Support display_override #152

Open dobladov opened 3 years ago

dobladov commented 3 years ago

The new property display_override is not added to ManifestOptions in index.d.ts so it causes linter errors, please add support for it.

Article about it: https://web.dev/display-override/