To allow use as web extension (more details at https://code.visualstudio.com/api/extension-guides/web-extensions) it maybe is enough to add the web entry point and update the package.json, maybe the activationEvents entry "*" can be checked for its need, too.
To allow use as web extension (more details at https://code.visualstudio.com/api/extension-guides/web-extensions) it maybe is enough to add the web entry point and update the package.json, maybe the
activationEventsentry "*" can be checked for its need, too.