browser-extensions-playground
    Preparing search index...
    type ProviderManifest = {
        capabilities: readonly ProviderCapability[];
        debugSelectors: readonly DomProbe[];
        displayName: string;
        id: ProviderId;
        matches: readonly string[];
        snapshotSchema?: ProviderSnapshotSchema;
    }
    Index

    Properties

    capabilities: readonly ProviderCapability[]
    debugSelectors: readonly DomProbe[]
    displayName: string
    matches: readonly string[]
    snapshotSchema?: ProviderSnapshotSchema