We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Since cross-origin install always needs manifest_id and install_url (based on last conversation), perhaps that example should be updated:
const appInstalled = await navigator.install("https://www.foo.com/app.html", "https://www.foo.com/install_url.html", {"referral-info": referralInfo});
Activity