@flowscripter/dynamic-plugin-framework
    Preparing search index...

    Class HttpManifestPluginRepository

    MarketplacePluginRepository backed by a remote JSON manifest file.

    Fetches a manifest from manifestUrl (an array of plugin entries) on first use and caches it in memory. Supports free-text search across plugin name, scope, and extension point IDs. Plugin bundles are downloaded and cached in cacheFolder when extensions are instantiated.

    Implements

    Index

    Constructors

    Properties

    author?: string

    Optional author or organisation responsible for this marketplace.

    description?: string

    Optional description of this marketplace.

    name: string

    Human-readable name of this marketplace.

    url: string

    URL of this marketplace (e.g. the registry base URL or manifest URL).

    Methods