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

🏷 add icon.purpose to d.ts #128

Closed bmiddha closed 3 years ago

bmiddha commented 4 years ago

I was using the plugin in a typescript project and noticed that the Icon type was missing the purpose property.

https://w3c.github.io/manifest/#purpose-member

bmiddha commented 3 years ago

resolved by #134