@inlang/marketplace-manifest
v1.5.0
Published
```json { "$schema": "https://inlang.com/schema/marketplace-manifest", "id": "plugin.inlang.mFunctionMatcher", "icon": "./assets/m.png", "publisherName": "inlang", "publisherIcon": "https://inlang.com/favicon/safari-pinned-tab.svg", "license": "Apac
Downloads
127
Readme
Marketplace manifest
Example
{
"$schema": "https://inlang.com/schema/marketplace-manifest",
"id": "plugin.inlang.mFunctionMatcher",
"icon": "./assets/m.png",
"publisherName": "inlang",
"publisherIcon": "https://inlang.com/favicon/safari-pinned-tab.svg",
"license": "Apache-2.0",
"displayName": {
"en": "m-function-matcher"
},
"description": {
"en": "Enables the inlang Visual Studio Code extension (Sherlock) to work with paraglide"
},
"pages": {
"/": "./README.md",
"/changelog": "./CHANGELOG.md"
},
"keywords": [
"example"
],
}