OptionalauthorOptionaldependsIDs of plugins this plugin functionally depends on.
Treated as a convenience by the default PluginManager flow:
dependsOn
(installing missing entries from the plugin registry when possible).PluginManager.disable API supports an opt-in cascade.Not an invariant: low-level PluginManager APIs accept opt-outs
(resolveDependencies: false, ignoreDependents: true) so a caller may
substitute an alternative implementation that satisfies the dependent's
capability needs in its own way.
OptionaldescriptionShort description of plugin functionality.
OptionalhomeURL of home page.
OptionaliconA grep-able symbol string which can be resolved to an icon asset by @ch-ui/icons, via @ch-ui/vite-plugin-icons.
OptionaliconIcon hue (ChromaticPalette).
Human-readable name.
OptionalscreenshotsURL of screenshot.
OptionalsourceURL of source code.
OptionalspecRelative path (inside the published package) to the plugin's bundled MDL
specification file — e.g. 'PLUGIN.mdl' or 'docs/PLUGIN.mdl'. The file
is shipped via the package's files entry and resolved by registry
surfaces to render an in-app viewer and/or external link.
OptionaltagsTags to help categorize the plugin.
Optionalversion
Name of the author or organization that created the plugin.