diff --git a/features/related-apps.yml b/features/related-apps.yml new file mode 100644 index 00000000000..7768ba30078 --- /dev/null +++ b/features/related-apps.yml @@ -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. +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 diff --git a/features/related-apps.yml.dist b/features/related-apps.yml.dist new file mode 100644 index 00000000000..83cc2d69c35 --- /dev/null +++ b/features/related-apps.yml.dist @@ -0,0 +1,22 @@ +# Generated from: related-apps.yml +# Do not edit this file by hand. Edit the source file instead! + +status: + baseline: false + support: + chrome_android: "84" + edge: "85" +compat_features: + # baseline: false + # support: + # chrome: "85" + # chrome_android: "84" + # edge: "85" + - api.Navigator.getInstalledRelatedApps + + # baseline: false + # support: + # chrome_android: "44" + # edge: "17" + - manifests.webapp.prefer_related_applications + - manifests.webapp.related_applications