Validate plugin manifests

This commit is contained in:
2026-05-07 22:34:34 -04:00
parent d33c1e6a30
commit cb3ac30b89
7 changed files with 619 additions and 0 deletions
+5
View File
@@ -4,6 +4,7 @@ mod download;
mod error;
mod history;
mod identifiers;
mod plugin;
mod profile;
mod space;
mod split;
@@ -19,6 +20,10 @@ pub use download::{
pub use error::DomainError;
pub use history::HistoryEntry;
pub use identifiers::{DownloadId, ProfileId, SpaceId, SplitId, TabId, WebViewId};
pub use plugin::{
PluginContributionPoint, PluginId, PluginManifest, PluginPermission, PluginSignature,
PluginSignatureAlgorithm,
};
pub use profile::{Profile, ProfileKind};
pub use space::{ArchivePolicy, Space};
pub use split::{SplitAxis, SplitLayout, SplitPane};