Skip to content

Commit

Permalink
Update marketplace-manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-lysk authored Nov 13, 2023
1 parent a219103 commit c44efbc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions marketplace-manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "app.parrot.figmaPlugin",
"icon": "https://raw.githubusercontent.com/parrot-global/parrot/b0bb89961489631ac43bf9958b233bd4c1984bcb/parrot-logo.svg",
"icon": "https://cdn.jsdelivr.net/gh/parrot-global/parrot@main/parrot-logo.svg",
"gallery": [
"https://github.com/parrot-global/parrot/blob/main/cover.png?raw=true",
"https://github.com/parrot-global/parrot/blob/main/layers.png?raw=true",
"https://github.com/parrot-global/parrot/blob/main/messages.png?raw=true",
"https://cdn.jsdelivr.net/gh/parrot-global/parrot@main/cover.png",
"https://cdn.jsdelivr.net/gh/parrot-global/parrot@main/layers.png",
"https://cdn.jsdelivr.net/gh/parrot-global/parrot@main/messages.png",

],
"displayName": {
Expand All @@ -14,11 +14,11 @@
"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://raw.githubusercontent.com/parrot-global/parrot/main/README.md"
"en": "https://cdn.jsdelivr.net/gh/parrot-global/parrot@main/README.md"
},
"keywords": ["editor", "web", "figma", "plugin", "application", "website", "translator", "lix"],
"publisherName": "inlang",
"publisherIcon": "https://raw.githubusercontent.com/parrot-global/parrot/b0bb89961489631ac43bf9958b233bd4c1984bcb/parrot-logo.svg",
"publisherIcon": "https://cdn.jsdelivr.net/gh/parrot-global/parrot@main/parrot-logo.svg",
"website": "https://www.figma.com/community/plugin/1205803482754362456",
"license": "PolyForm Strict License 1.0.0"
}

0 comments on commit c44efbc

Please sign in to comment.