nuxt-community / pwa-module

Zero config PWA solution for Nuxt.js
https://pwa.nuxtjs.org
MIT License
1.25k stars 173 forks source link

Icon module support for PWA shortcuts #309

Open JesseCorbett opened 4 years ago

JesseCorbett commented 4 years ago

What problem does this feature solve?

Chrome has implemented a new PWA manifest feature, where the manifest can specific shortcuts with icons. Ideally these icons should be parsed in different sizes like the other PWA icons.

This feature request is available on Nuxt community (#c232)
honeyamin commented 2 years ago

hi did you solve this? i add shortcuts by myself to manifest file and start project without build(again) but it add it just to desktop chrome, doesnt work like dynamic shortcuts in java, does use useWebmanifestExtension? may it help to android or its just for webmanifest?

boc-the-git commented 8 months ago

Did you guys ever get icons for PWA shortcuts working @JesseCorbett @honeyamin?