> 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/url/location.md).

# Location

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

For URLs, the location field should contain the URL leading to the application.

<table data-full-width="false"><thead><tr><th width="111">Format</th><th>Example</th></tr></thead><tbody><tr><td>"url"</td><td>"https://owensoft.net/project/newogame/dl/newozero.zip"</td></tr></tbody></table>

### Example:

{% code overflow="wrap" %}

```json
{
    ...
    "source": {
        ...
        "location": "https://owensoft.net/project/newogame/dl/newozero.zip",
        ...
    },
    ...
}
```

{% endcode %}
