-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
otherwise it is listed in the plugins category
- Loading branch information
Showing
1 changed file
with
29 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,31 @@ | ||
{ | ||
"id": "app.parrot.figmaPlugin", | ||
"icon": "https://cdn.jsdelivr.net/gh/parrot-global/parrot@main/parrot-logo.svg", | ||
"gallery": [ | ||
"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": { | ||
"en": "Parrot – i18n Figma plugin" | ||
}, | ||
"description": { | ||
"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/parrot-global/parrot@main/README.md" | ||
}, | ||
"keywords": ["editor", "web", "figma", "plugin", "application", "website", "translator", "lix"], | ||
"publisherName": "Parrot.global", | ||
"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" | ||
"id": "app.parrot.figmaPlugin", | ||
"icon": "https://cdn.jsdelivr.net/gh/parrot-global/parrot@main/parrot-logo.svg", | ||
"gallery": [ | ||
"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": { | ||
"en": "Parrot – i18n Figma plugin" | ||
}, | ||
"description": { | ||
"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/parrot-global/parrot@main/README.md" | ||
}, | ||
"keywords": [ | ||
"editor", | ||
"web", | ||
"figma", | ||
"application", | ||
"website", | ||
"translator", | ||
"lix" | ||
], | ||
"publisherName": "Parrot.global", | ||
"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" | ||
} |