Skip to content

Plugin Manifest Structure

Aarav Malani edited this page Jun 6, 2026 · 3 revisions

At the moment, the plugin manifest only contains a type field, which can be either "external" or "installable". This field is used to determine how the plugin should be built and used in the Conductor framework as mentioned in Categories of Plugins.

Example:

{
  "type": "external"
}

Clone this wiki locally