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 types #134

Closed dobladov closed 3 years ago

dobladov commented 4 years ago

Typescript will give errors for these fields.

https://developer.mozilla.org/en-US/docs/Web/Manifest/icons

blephy commented 3 years ago

purpose: string is not so restrictive.

We also can add W3C categories

https://github.com/arthurbergmz/webpack-pwa-manifest/issues/139

I did clone and did the job, but i can't push :/