-
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.
- Loading branch information
1 parent
4b8edd2
commit 8f55290
Showing
1 changed file
with
25 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"id": "app.inlang.editor", | ||
"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", | ||
"https://cdn.jsdelivr.net/gh/inlang/monorepo@latest/inlang/assets/marketplace/editor-gallery/editor-gallery-image-1.jpg", | ||
"https://cdn.jsdelivr.net/gh/inlang/monorepo@latest/inlang/assets/marketplace/editor-gallery/editor-gallery-image-2.jpg", | ||
"https://cdn.jsdelivr.net/gh/inlang/monorepo@latest/inlang/assets/marketplace/editor-gallery/editor-gallery-image-3.jpg", | ||
"https://cdn.jsdelivr.net/gh/inlang/monorepo@latest/inlang/assets/marketplace/editor-gallery/editor-gallery-image-4.jpg" | ||
], | ||
"displayName": { | ||
"en": "Web Editor" | ||
}, | ||
"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." | ||
}, | ||
"readme": { | ||
"en": "https://cdn.jsdelivr.net/gh/inlang/monorepo@main/inlang/source-code/editor/README.md" | ||
}, | ||
"keywords": ["editor", "web", "application", "website", "translator", "lix"], | ||
"publisherName": "inlang", | ||
"publisherIcon": "https://inlang.com/favicon/safari-pinned-tab.svg", | ||
"website": "/editor", | ||
"license": "Apache-2.0" | ||
} |