Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

[getInstalledRelatedApps] Linkify assetlinks.json #10282

Merged
merged 1 commit into from
Jul 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/site/content/en/blog/get-installed-related-apps/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,8 @@ First, you'll need to add digital asset links to the server where your PWA is
served from. This will help define the relationship between your website and
your PWA, and ensures that only your website can check if your PWA is installed.

Add an `assetlinks.json` file to the [`/.well-known/`][well-known] directory
Add an [`assetlinks.json`](https://developers.google.com/digital-asset-links/v1/getting-started)
file to the [`/.well-known/`][well-known] directory
of the domain where the PWA lives, for example `app.example.com`. In the `site`
property, provide the full path to the web app manifest that will perform
the check (not the web app manifest of your PWA).
Expand Down