mirror of
https://github.com/Novetus/Novetus_src.git
synced 2025-01-31 09:41:33 +02:00
26 lines
959 B
XML
26 lines
959 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--Novetus reads through this file in order to grab content providers for the Avatar Customization.-->
|
|
<ContentProviders xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
|
<Providers>
|
|
<Provider>
|
|
<Name>Roblox (Asset Delivery, Incompatible w/ older clients)</Name>
|
|
<URL>https://assetdelivery.roblox.com/v1/asset/?id=</URL>
|
|
<Icon>roblox.png</Icon>
|
|
</Provider>
|
|
<Provider>
|
|
<Name>Roblox (Web Proxy Required)</Name>
|
|
<URL>http://www.roblox.com/asset?id=</URL>
|
|
<Icon>roblox.png</Icon>
|
|
</Provider>
|
|
<Provider>
|
|
<Name>Imgur (HTTP)</Name>
|
|
<URL>http://i.imgur.com/</URL>
|
|
<Icon>imgur.png</Icon>
|
|
</Provider>
|
|
<Provider>
|
|
<Name>Imgur (HTTPS, Incompatible w/ older clients)</Name>
|
|
<URL>https://i.imgur.com/</URL>
|
|
<Icon>imgur.png</Icon>
|
|
</Provider>
|
|
</Providers>
|
|
</ContentProviders> |