RealFaviconGenerator / gulp-real-favicon

Gulp plugin to generate a multiplatform favicon with RealFaviconGenerator
76 stars 6 forks source link

Values removed from manifest #15

Closed marie-dk closed 6 years ago

marie-dk commented 6 years ago

I add a bunch of values for the manifest, but gulp-real-favicon seems to remove them. E.g. I added start_url and short_name, but these are not present in the final manifest. Both are mandatory for Chrome manifests: https://developers.google.com/web/fundamentals/app-install-banners/

marie-dk commented 6 years ago

Sorry... my own fault. The manifest had not been written, and therefore I did not see my changes