NetworkingExtension
A protocol for an app extension that manages network connections for your browser app.
Declaration
protocol NetworkingExtension : RestrictedSandboxAppliable, AppExtensionOverview
When you add an object that conforms to this protocol in your extension’s Xcode target, annotate the conforming object with @main to indicate to the framework that this object is the entry point for your extension.