For AI agents: the complete documentation index is available at https://scriptedalchemy.github.io/agent-bundle/llms.txt, the full documentation bundle is available at https://scriptedalchemy.github.io/agent-bundle/llms-full.txt, and this page is available as Markdown at https://scriptedalchemy.github.io/agent-bundle/api/interfaces/index.PortableManifestConfig.md.
  • English
  • Interface: PortableManifestConfig

    Portable-only manifest metadata layered onto the emitted root plugin.json (Agent Plugins 1.0.0 §5.4 metadata fields and §5.6/§8.1 extensions). Every field is optional; omitted fields are omitted from the manifest.

    Properties

    author?

    readonly optional author?: PortableAuthorConfig


    extensions?

    readonly optional extensions?: Readonly<Record<string, Readonly<Record<string, unknown>>>>

    Client extension namespaces (reverse-domain, §8) mapped to their opaque object payloads.


    homepage?

    readonly optional homepage?: string


    keywords?

    readonly optional keywords?: readonly string[]


    license?

    readonly optional license?: string


    repository?

    readonly optional repository?: string