jantimon / favicons-webpack-plugin

Let webpack generate all your favicons and icons for you
MIT License
1.2k stars 211 forks source link

Update manifest file extension #338

Closed michaeldietiker closed 1 year ago

michaeldietiker commented 1 year ago

Since version 7 favicons defaults the manifest file extension to .webmanifest: https://github.com/itgalaxy/favicons/blob/master/src/platforms/android.ts#L174

Updating the manifest file extension is needed to merge the custom manifest.

andy128k commented 1 year ago

@michaeldietiker You need to update snapshots too. Run npm test -- -u

andy128k commented 1 year ago

@michaeldietiker Thanks! And sorry for hijacking this PR with #341

andy128k commented 1 year ago

Published in v6.0.0-alpha.2

michaeldietiker commented 1 year ago

@andy128k no worries. thanks for merging!