Skip to content

Commit be60995

Browse files
Add related apps feature (#3109)
Co-authored-by: Daniel D. Beck <daniel@ddbeck.com>
1 parent bc5dfb5 commit be60995

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

features/related-apps.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: Related apps
2+
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.
3+
spec: https://wicg.github.io/get-installed-related-apps/spec/
4+
group: progressive-web-app
5+
compat_features:
6+
- api.Navigator.getInstalledRelatedApps
7+
- manifests.webapp.prefer_related_applications
8+
- manifests.webapp.related_applications

features/related-apps.yml.dist

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Generated from: related-apps.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
status:
5+
baseline: false
6+
support:
7+
chrome_android: "84"
8+
edge: "85"
9+
compat_features:
10+
# baseline: false
11+
# support:
12+
# chrome: "85"
13+
# chrome_android: "84"
14+
# edge: "85"
15+
- api.Navigator.getInstalledRelatedApps
16+
17+
# baseline: false
18+
# support:
19+
# chrome_android: "44"
20+
# edge: "17"
21+
- manifests.webapp.prefer_related_applications
22+
- manifests.webapp.related_applications

0 commit comments

Comments
 (0)