Extensions
Official registry
The official registry is a public list of community extensions that Granspace can browse and install from directly.
Where it lives
The registry is the public extensions repository. It contains:
registry.json— the index Granspace reads;- one manifest per extension;
schema.json— the JSON Schema every manifest is validated against;- a
CONTRIBUTINGguide and CI that validates submissions.
Contributing
- Write a manifest (see Writing an extension).
- Validate it against
schema.json. - Open a pull request adding your manifest and a registry entry.
CI checks the schema on every PR, so a valid manifest is most of the work.
Installing from it
In Granspace, open ⋯ → Extensions → Browse official extensions to install any registry entry. See Installing.