Skip to main content

Interface: AllowedNetworkHost

Defined in: Extensions/ExtensionManifest.ts:77

Properties

host

host: string

Defined in: Extensions/ExtensionManifest.ts:82

Hostname or *.subdomain wildcard. Wildcards match one or more labels; a bare hostname matches only that exact host.


methods?

optional methods?: ("GET" | "POST" | "PUT" | "PATCH" | "DELETE" | "HEAD")[]

Defined in: Extensions/ExtensionManifest.ts:89

Optional method allowlist. Default: all methods.


purpose

purpose: LocalizedString

Defined in: Extensions/ExtensionManifest.ts:87

Human-readable purpose shown in the install consent dialog. Required so the user understands what the extension will reach.