Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
mohamedkhallouq
GitHub Repository: mohamedkhallouq/content
Path: blob/main/files/en-us/web/manifest/prefer_related_applications/index.md
6581 views
---
title: prefer_related_applications slug: Web/Manifest/prefer_related_applications status: - experimental browser-compat: html.manifest.prefer_related_applications
---

{{QuickLinksWithSubpages("/en-US/docs/Web/Manifest")}}{{SeeCompatTable}}

Type Boolean
Mandatory No

The prefer_related_applications member is a boolean value that specifies that applications listed in related_applications should be preferred over the web application. If the prefer_related_applications member is set to true, the user agent might suggest installing one of the related applications instead of this web app.

If omitted, prefer_related_applications defaults to false.

Examples

"prefer_related_applications": true

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}