nuxt-community / pwa-module

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

Can I set related_applications and prefer_related_applications to the manifest? #524

Open poloop opened 2 years ago

poloop commented 2 years ago

Hello,

Is that a way to set prefer_related_applications and related_applications properties of the manifest?

ivansky commented 1 year ago

Very good question. It is needed to detect on Android if the application is already installed. So then it is possible to use Navigator.getInstalledRelatedApps method.