JohnPremKumar / vite-plugin-favicons-inject

A Vite plugin for creating and injecting favicons during the application build!
MIT License
10 stars 3 forks source link

manifest.webmanifest warning #12

Closed gaetandezeiraud closed 1 year ago

gaetandezeiraud commented 1 year ago
manifest.webmanifest:1 

       Manifest: property 'name' ignored, type string expected.
manifest.webmanifest:1 

       Manifest: property 'short_name' ignored, type string expected.
manifest.webmanifest:1 

       Manifest: property 'description' ignored, type string expected.

All values are null. How to set them? The same configuration than https://github.com/josh-hemphill/vite-plugin-favicon#advanced-usage doesn't work.

oliverseddon commented 1 year ago

Not sure if you found the solution or not, I think the docs could do with being updated to show an example of how to add the additional config.

vitePluginFaviconsInject( '/src/assets/favicon.svg', { appName: 'My Great App', appDescription: 'This is the best app, and also a great description', } )