arthurbergmz / webpack-pwa-manifest

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

How to use icons? #114

Closed Legends closed 4 years ago

Legends commented 4 years ago

I have these icons: image

and this in my manifest:

  icons: [
        {
            src: path.resolve('src/icons/cv.png'),
            sizes: [192, 512] // multiple sizes: 96, 128, 192, 256, 384, 512
        },

It's not clear to me how you reference the icons!?