Suppress PWA install promotion if related Android app is already installed on Chrome OS
This CL hides the omnibox PWA install icon for installable sites if the related_applications field lists an Android app that's already installed on Chrome OS or could be installed and prefer_related_applications is true. Example manifest field: related_applications: [{ "platform": "play", "id": "<App package name>" }] Bug: 949430 Change-Id: I1a8f4f5a8f0ec73f4919e30f54c0e9d82db6107d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1631256 Commit-Queue: Alan Cutter <alancutter@chromium.org> Reviewed-by:Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#664648}
Showing
Please register or sign in to comment