We have a browser extension using manifest v3 that we publish to the Chrome web store, and soon as a Firefox add-on.
We'd also like to publish it for Safari, so we followed the instructions here:
This worked just fine, and running the XCode project will install the extension in Safari.
The problem is that we do not want to distribute this with a macOS app. We only need the extension itself, all background work is done via a web worker.
If I remove the macOS app from the XCode project, it does not seem as if there is a way to try and distribute it via App Store Connect.
Is there way to just build and distribute the .webex
extension?