favicons-webpack-plugin icon indicating copy to clipboard operation
favicons-webpack-plugin copied to clipboard

Only inject manifest file

Open binarykitchen opened this issue 1 year ago • 0 comments

Instead of polluting the main index.html with over 50 favicon images, can we inject the manifest file only?

Just have

<link rel="manifest" href="img/favicons/manifest.webmanifest" />

And it points to all the other favicons inside. This keeps the index file small and clean.

binarykitchen avatar Aug 08 '24 01:08 binarykitchen