Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions features/related-apps.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Related apps
description: The `related_applications` manifest member lists the OS-specific applications that are related to the current web app, such as a native Android app that provices similar functionality. The `getInstalledRelatedApps()` method lists which of those are installed on the curent device.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggesting a typo fix here and consistency ("web app manifest member") with other descriptions like this one. I trimmed "native" to stay under the character limit.

Suggested change
description: The `related_applications` manifest member lists the OS-specific applications that are related to the current web app, such as a native Android app that provices similar functionality. The `getInstalledRelatedApps()` method lists which of those are installed on the curent device.
description: The `related_applications` web app manifest member lists operating system-specific applications that are related to the current web app, such as an Android app that provides similar functionality. The `getInstalledRelatedApps()` method lists which of those are installed on the current device.

spec: https://wicg.github.io/get-installed-related-apps/spec/
group: progressive-web-app
compat_features:
- api.Navigator.getInstalledRelatedApps
- manifests.webapp.prefer_related_applications
- manifests.webapp.related_applications
20 changes: 20 additions & 0 deletions features/related-apps.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Generated from: related-apps.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: false
support:
chrome_android: "84"
compat_features:
# baseline: false
# support:
# chrome: "85"
# chrome_android: "84"
# edge: "85"
- api.Navigator.getInstalledRelatedApps

# baseline: false
# support:
# chrome_android: "44"
- manifests.webapp.prefer_related_applications
- manifests.webapp.related_applications