ionic-team / ionic-pwa-toolkit

Build lightning fast Progressive Web Apps with zero config and best practices built-in. Go from zero to production ready with Ionic and Stencil (Web Components).
MIT License
635 stars 74 forks source link

fix(add to home screen): add icon192 and apple-touch-icon #97

Closed pwespi closed 5 years ago

pwespi commented 5 years ago

According to https://developers.google.com/web/fundamentals/app-install-banners/#criteria, both a 512px icon and a 192px icon are required for add to home screen.

This PR adds an icon with 192x192 size and adjusts the manifest.json (the icon that is already included is 512x512).

Additionally a new apple-touch-icon.png is added without transparency. Fixes https://github.com/ionic-team/ionic-pwa-toolkit/issues/93

adamdbradley commented 5 years ago

thanks