MicrosoftEdge / MSEdgeExplainers

Home for explainer documents originated by the Microsoft Edge team
Creative Commons Attribution 4.0 International
1.29k stars 205 forks source link

[Web Install - Same Origin] Update the signatures of the install method for same origin installs #714

Closed diekus closed 7 months ago

diekus commented 9 months ago

I think there should be a signature like this:

navigator.install(start_url) (which could ultimately be equivalence cased to manifestId when thinking about cross-domain).

The thinking is that for a non-manifested site, it may want to be able to control what the start url is, even if it's displaying the install button on a sub-page.