- From: Diego Gonzalez <notifications@github.com>
- Date: Tue, 16 Apr 2024 11:21:38 -0700
- To: w3ctag/design-reviews <design-reviews@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 16 April 2024 18:21:42 UTC
Hola @LeaVerou, thanks for your valuable feedback. The `related_applications` part refers to the behaviour an implementer might take when the install API is invoked and that field is present in the manifest file. If present, this means that the developer would prefer their app to be installed from another repository (like the itunes store or the play store) instead. If this is the case, this field points to the appropriate repositories per platform and the UA may decide to handoff the installation to that repository. The alternative is the default method where a web app is packaged and installed by the browser. Regarding multiple apps on a same origin, they can be installed as they can have different manifest `id`s and different `scope`s. For example, `https://example.com/app1` and `https://example.com/app2` can both be installed even if from the same origin. -- Reply to this email directly or view it on GitHub: https://github.com/w3ctag/design-reviews/issues/888#issuecomment-2059686700 You are receiving this because you are subscribed to this thread. Message ID: <w3ctag/design-reviews/issues/888/2059686700@github.com>
Received on Tuesday, 16 April 2024 18:21:42 UTC