Related Applications
The prefer_related_applications
member is a boolean value that specifies that applications listed in related_applications
should be preferred over the web application.
If the prefer_related_applications
member is set to true
, the user agent might suggest installing one of the related applications instead of this web application.
/config/packages/pwa.yaml
Currently known possible values for the platform member are as follows;
"chrome_web_store"
: Google Chrome Web Store."play"
: Google Play Store."chromeos_play"
: Chrome OS Play."webapp"
: Web apps."windows"
: Windows Store."f-droid"
: F-droid."amazon"
: Amazon App Store.
Last updated