jantimon / favicons-webpack-plugin

Let webpack generate all your favicons and icons for you
MIT License
1.2k stars 210 forks source link

Only inject manifest file #362

Open binarykitchen opened 2 months ago

binarykitchen commented 2 months ago

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.