A debugging tool for the Web Install API. See more info in the explainer and to-do's in this GitHub issue.
Executes:
let manifest_id = "https://amandabaker.github.io/pwa/web-install/index.html";
let install_url = manifest_id;
navigator.install(manifest_id, install_url);