> For the complete documentation index, see [llms.txt](https://docs.oscwii.org/repository-manager/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.oscwii.org/repository-manager/manifests/source/github-release/repository.md).

# Repository

"repository": "mgba-emu/mgba"

{% hint style="warning" %}
**This is a required field!**
{% endhint %}

For GitHub repositories, we refer to the repository with "username/repository".

<table data-full-width="false"><thead><tr><th width="237">Format</th><th>Example</th></tr></thead><tbody><tr><td>"username/repository"</td><td>"mgba-emu/mgba"</td></tr></tbody></table>

### Example:

{% code overflow="wrap" %}

```json
{
    ...
    "source": {
        ...
        "repository": "mgba-emu/mgba",
        ...
    },
    ...
}
```

{% endcode %}
