Skip to content

Commit

Permalink
Create marketplace-manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-lysk authored Nov 7, 2023
1 parent 4b8edd2 commit 8f55290
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions marketplace-manifest.json
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"
}

0 comments on commit 8f55290

Please sign in to comment.