webpack-pwa-manifest icon indicating copy to clipboard operation
webpack-pwa-manifest copied to clipboard

Allow defining a custom extension for the file .webmanifest

Open ahoys opened this issue 3 years ago • 1 comments

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?

ahoys avatar Feb 23 '22 08:02 ahoys

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

Stanzilla avatar Feb 23 '22 12:02 Stanzilla