From 14eb864e7aacf81f0b6ae1663c540417deba45db Mon Sep 17 00:00:00 2001 From: ES-Alexander Date: Mon, 4 Sep 2023 15:39:54 +1000 Subject: [PATCH] website: src: types: add `tool` type --- website/src/types/manifest.ts | 1 + 1 file changed, 1 insertion(+) 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" }