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

Allow defining a custom extension for the file .webmanifest #168

Open ahoys opened 2 years ago

ahoys commented 2 years ago

Chrome developer tools give the following tip when using this plugin: Web app manifest should have the filename extension 'webmanifest'.

Which indeed seems to be the standardized extension for a manifest file. https://webhint.io/docs/user-guide/hints/hint-manifest-file-extension/?source=devtools

Could we have an option to define the file extension with ManifestOptions?

Stanzilla commented 2 years ago

Chrome developer tools give the following tip when using this plugin: Web app manifest should have the filename extension 'webmanifest'.

Which indeed seems to be the standardized extension for a manifest file. webhint.io/docs/user-guide/hints/hint-manifest-file-extension/?source=devtools

Could we have an option to define the file extension with ManifestOptions?

That's a bit wrong, see https://www.w3.org/TR/appmanifest/#:~:text=NOTE%3A%20File%20extension%3A%20.webmanifest%20or%20.json%3F