Novetus_src/scripts/launcher/ContentProviders.xml

21 lines
802 B
XML
Raw Normal View History

2021-08-31 01:12:55 +03:00
<?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>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>
2020-09-29 01:12:38 +03:00
</ContentProviders>