diff --git a/website/src/types/manifest.ts b/website/src/types/manifest.ts index 20e132f..96657b7 100644 --- a/website/src/types/manifest.ts +++ b/website/src/types/manifest.ts @@ -13,6 +13,7 @@ export enum ExtensionType { DEVICE_INTEGRATION = "device-integration", THEME = "theme", OTHER = "other", + TOOL = "tool", EXAMPLE = "example" }