Repository for building the Open Badges Extension Registry page.
- Fork this repository.
- Create a new branch.
- Add a new JSON file with your extension's name in either the
v2
orv3
format, whether your extension is for Open Badges 2.0 or Open Badges 3.0. The contents of the file MUST follow the Extension Format. See an here below. - Make a PR to the main branch of this repository.
{
// These fields are required
"name": "Example Extension",
"summary": "Used to add example data to Open Badges 3.0",
"extension": "https://example.github.io/example-extension/",
"maintainerName": "Example Community Group",
// These fields are optional
"maintainerEmail": "[email protected]",
"maintainerWebsite": "https://example.github.io/"
}