Web Install Sample

A debugging tool for the Web Install API. See more info in the explainer and to-do's in this GitHub issue.

Install same-origin with preset id

Executes:


      let manifest_id = "https://amandabaker.github.io/pwa/web-install/index.html";
      let install_url = manifest_id;
      navigator.install(manifest_id, install_url);