> 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.md).

# Source

<figure><img src="/files/MDp1qWsE26EurGjE5ocH" alt=""><figcaption><p>Woah! Big Package!</p></figcaption></figure>

## Available Types

These are the currently supported source types.

<table><thead><tr><th width="212">Type</th><th width="213">JSON Value</th><th>Contains</th></tr></thead><tbody><tr><td><a href="/pages/DnKg0774YJmjC0mS1uBQ">URL</a></td><td>"url"</td><td>Obtain application from a direct link.</td></tr><tr><td><a href="/pages/HsuegHZtUJu6Rx2pKMlf">GitHub Release</a></td><td>"github_release"</td><td>Obtain application from a GitHub release.</td></tr><tr><td><a href="/pages/MuJx70tHqfwE810ZZlf0">SourceForge Release</a></td><td>"sourceforge_release"</td><td>Obtain app from the SourceForge "best release".</td></tr><tr><td><a href="/pages/mVM1UK1oVNYOTpB33mPl">itch.io</a></td><td>"itchio"</td><td>Obtain app from itch.io.</td></tr><tr><td><a href="/pages/JQmq3s0heF56baWfvyyW">MediaFire</a></td><td>"mediafire"</td><td>Obtain app from MediaFire.</td></tr><tr><td>Manual</td><td>"manual"</td><td>Obtains nothing, leaves the job for treatments like "web.download".</td></tr></tbody></table>

### Example:

```json
{
    ...
    "source": {
        ...
        "type": "url",
        ...
    },
    ...
}
```
