v140 · javascript
Get Installed Related Apps API
The Get Installed Related Apps API (navigator.getInstalledRelatedApps) provides sites access to if their corresponding related applications are installed. Sites are only allowed to use this API if the native application has an established association with the web origin.
concepts
-
Related Apps
navigator.getInstalledRelatedApps() now generally available. Sites can detect their native counterpart and surface a 'open in app' button when appropriate.
-
Desktop PWA promo gate
Chrome 140 adds desktop PWA detection. Scenario picker shows how to suppress install promos when the user has the matching PWA installed.
-
Cross-Platform Router
Toggle simulated install state for Android, Windows MSIX, and PWA; watch "open in", "share to", and "install banner" routing change in real time.
-
Manifest Builder
Configure
related_applicationsentries side-by-side with the matching Digital Asset Links / AASA verification files. Copy-paste ready for your/.well-knowndirectory. -
Install Banner Logic
Five-toggle decision tree for whether to surface the "install our app" banner. Watch the banner appear / disappear as you flip subscription, marketing-page, and dismissal state.
why it shipped
The Get Installed Related Apps API (navigator.getInstalledRelatedApps) provides sites access to if their corresponding related applications are installed. Sites are only allowed to use this API if the native application has an established association with the web origin.