Novetus_src/scripts/launcher/ContentProviders.xml

31 lines
980 B
XML
Raw Normal View History

2020-09-29 01:12:38 +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>
<Providers>
<Provider>
2021-08-19 20:14:56 +03:00
<Name>Roblox (Official Novetus Redirect)</Name>
<URL>http://novetus.mygamesonline.org/asset?id=</URL>
<Icon>robloxnovetus.png</Icon>
</Provider>
<Provider>
<Name>Roblox (Novetus+ Redirect)</Name>
2021-05-24 22:29:16 +03:00
<URL>http://epicgamers.xyz/asset/?id=</URL>
2021-08-01 00:45:55 +03:00
<Icon>robloxnplus.png</Icon>
</Provider>
<Provider>
<Name>Roblox (Asset Delivery, Incompatible w/ older clients)</Name>
<URL>https://assetdelivery.roblox.com/v1/asset/?id=</URL>
<Icon>roblox.png</Icon>
2020-09-29 01:12:38 +03:00
</Provider>
<Provider>
<Name>Imgur (HTTP)</Name>
2020-09-29 01:12:38 +03:00
<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>
2020-09-29 01:12:38 +03:00
</Providers>
</ContentProviders>