From c01c9ee71a9f3bd12db43df21e39cc3f15f642b7 Mon Sep 17 00:00:00 2001 From: stone-skipper Date: Tue, 16 Dec 2025 21:47:42 +0000 Subject: [PATCH] Update manifest.json adding back the figjam support --- apps/figma-plugin/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/figma-plugin/manifest.json b/apps/figma-plugin/manifest.json index 48c59ff3..0c787ca8 100644 --- a/apps/figma-plugin/manifest.json +++ b/apps/figma-plugin/manifest.json @@ -5,7 +5,7 @@ "main": "dist/code.js", "ui": "dist/ui.html", "editorType": [ - "figma", + "figma","figjam", "slides", "buzz" ],