arthurbergmz / webpack-pwa-manifest

Progressive Web App Manifest Generator for Webpack, with auto icon resizing and fingerprinting support.
MIT License
514 stars 93 forks source link

feat: Add purpose props on icons #105

Open Sako-0384 opened 5 years ago

Sako-0384 commented 5 years ago

Just adding the feature below. https://w3c.github.io/manifest/#purpose-member

Usage:

icons: [
  {
    src: path.resolve('./icon.png'),
    sizes: 512,
    destination: 'icons',
    purpose: 'any maskable'
  }
]
webschik commented 5 years ago

@arthurbergmz, could you add this fix in the next release?