From 00a2116513590e18f13b9c5917dccf8e44fc19ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20H=C3=A4berle?= <34959078+felixhaeberle@users.noreply.github.com> Date: Tue, 7 Nov 2023 15:18:49 +0100 Subject: [PATCH] Update marketplace-manifest.json @martin-lysk Please add your gallery images (jpg) & logo (svg) into a directory from which we can reference it with a jsdelivr link. --- marketplace-manifest.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/marketplace-manifest.json b/marketplace-manifest.json index 49c49f3..41ac4ec 100644 --- a/marketplace-manifest.json +++ b/marketplace-manifest.json @@ -1,5 +1,5 @@ { - "id": "app.inlang.editor", + "id": "app.parrot.figmaPlugin", "icon": "https://inlang.com/favicon/safari-pinned-tab.svg", "gallery": [ "https://cdn.jsdelivr.net/gh/inlang/monorepo@latest/inlang/assets/marketplace/editor-marketplace-cover.jpg", @@ -9,17 +9,17 @@ "https://cdn.jsdelivr.net/gh/inlang/monorepo@latest/inlang/assets/marketplace/editor-gallery/editor-gallery-image-4.jpg" ], "displayName": { - "en": "Web Editor" + "en": "Parrot – i18n Figma plugin" }, "description": { - "en": "The inlang Web Editor enables you to work with globalized codebases in your browser, without having to touch code but still being able to have a git-based workflow." + "en": "Parrot simplifies the translation management process right within Figma. If you deal with multilingual design projects and want to streamline your translation workflow, this plugin is for you!" }, "readme": { - "en": "https://cdn.jsdelivr.net/gh/inlang/monorepo@main/inlang/source-code/editor/README.md" + "en": "https://cdn.jsdelivr.net/gh/parrot-global/parrot@main/README.md" }, - "keywords": ["editor", "web", "application", "website", "translator", "lix"], + "keywords": ["editor", "web", "figma", "plugin", "application", "website", "translator", "lix"], "publisherName": "inlang", "publisherIcon": "https://inlang.com/favicon/safari-pinned-tab.svg", - "website": "/editor", + "website": "https://www.figma.com/community/plugin/1205803482754362456", "license": "Apache-2.0" }