Hello Spec Mentors,
I am working on Sub apps for IWA's.
This is API to create Sub app, which is basically the same Web App (has access to all the same content/permissions,etc), but has separate icon in the launcher and os integrations (can open files .doc for example)
await window.subApps.add(["/calculator_app/index.html"])
Where "/calculator_app/index.html" is path to bundled html page that links separate web manifest with icon names and os integrations.
The feature started long time ago, it was called MultiApps back then,
https://github.com/ivansandrk/multi-apps/blob/main/explainer.mdBut now I am redoing it from scratch and would love to have a spec mentor to review WebApi surface