The community plugin registry for VAAST Xtensions. This repository powers the Xtension marketplace at xtension.xtrinel.com.
Xtensions are submitted as JSON manifest files via pull request. On merge, all manifests are compiled into registry.json and published to CDN.
registry/official/— Xtensions maintained by Xtrinelregistry/community/— Xtensions contributed by the community
See CONTRIBUTING.md for the full submission guide.
The manifest schema is defined in schema/manifest.schema.json. Validate locally:
npx ajv-cli validate -s schema/manifest.schema.json -d registry/community/your-id.json --spec=draft7 -c ajv-formats