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

# Location

"location": "https\://www\.mediafire.com/file/g5mzgr1izm2/baltools-1.0.zip"

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

The location field should contain the URL leading to the application hosted under MediaFire.

<table data-full-width="false"><thead><tr><th width="111">Format</th><th>Example</th></tr></thead><tbody><tr><td>"url"</td><td>"<a href="https://www.mediafire.com/file/g5mzgr1izm2/baltools-1.0.zip">https://owensoft.net/project/newogame/dl/newozero.zip</a>"</td></tr></tbody></table>

### Example:

{% code overflow="wrap" %}

```json
{
    ...
    "source": {
        ...
        "location": "https://www.mediafire.com/file/g5mzgr1izm2/baltools-1.0.zip",
        ...
    },
    ...
}
```

{% endcode %}
