@dxos/app-framework - v0.8.3
    Preparing search index...

    Variable ManifestConst

    Manifest: Struct<
        {
            assets: Array$<typeof String$>;
            id: typeof String$;
            name: typeof String$;
            version: typeof String$;
        },
    > = ...

    Schema for a third-party plugin manifest.

    The manifest is published as a sibling of the plugin's entry module (PLUGIN_ENTRY_FILENAME) and advertises every file the plugin needs at runtime so the host can eagerly cache them for offline use.