Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,8 @@ export interface PluginRegistryEntry {
id: string;
/** Absolute or host-relative filesystem path to the plugin's `manifest.json`. */
manifestPath: string;

manifestSha256?: string;
/** Whether the plugin should be loaded at host startup. Defaults to `true` when omitted. @optional */
enabled?: boolean;
bundleRefs?: string[];
Expand Down