-
Notifications
You must be signed in to change notification settings - Fork 2
/
addon.xml
20 lines (20 loc) · 988 Bytes
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.earthcam"
name="EarthCam"
version="1.3.2"
provider-name="idleloop, (forked from xbmchub.com)">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.parsedom" version="2.5.2"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">EarthCam</summary>
<description lang="en">EarthCam.com is the premiere network of scenic webcams and offers a complete database of interesting places and views from around the world. EarthCam.com is the worlds favorite webcam network and the EarthCam Network cameras have been seen on top news shows, including CNN Headline News.</description>
<platform>all</platform>
<forum></forum>
<website>https://github.com/idleloop-github/xbmc-earthcam</website>
</extension>
</addon>