AboutSupportDeveloper GuideVersion 46.153.100.69

Chromium extension entry in an application configuration.

interface ManifestExtension {
    id: string;
    nonTabInjections?: NonTabInjectionRule[];
    serverURL: string;
}

Properties

id: string

Chromium extension ID.

nonTabInjections?: NonTabInjectionRule[]

Rules declaring where this extension may inject content scripts into non-tab surfaces (for example the AI Center). Omit or leave empty to keep the extension restricted to browser tabs — identical to historic behavior. A wildcard pattern in match grants blanket coverage. matchOptions behaves as it does for domain settings. Intended for security extensions rather than extensions that add visible UI.

serverURL: string

Extension server URL used to install the extension.