The Microsoft Edge team (and in extension the #PWA team at Google Chrome) is looking for feedback on developer preferences when it comes to Web Install:

- declaratively using the `<install>` element (https://github.com/WICG/install-element)
- imperatively using the `navigator.install()` API (https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/WebInstall%2Fexplainer.md)

You can provide your feedback on the GitHub Issue: https://github.com/WICG/install-element/issues/23.

GitHub - WICG/install-element: An `<install>` element might be nice.

An `<install>` element might be nice. Contribute to WICG/install-element development by creating an account on GitHub.

GitHub
@tomayac I thought it was already figured out with web application manifest
@jason The manifest serves for providing metadata about an app that both install methods use.