summaryrefslogtreecommitdiff
path: root/plugin.video.charge/addon.xml
diff options
context:
space:
mode:
Diffstat (limited to 'plugin.video.charge/addon.xml')
-rw-r--r--plugin.video.charge/addon.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/plugin.video.charge/addon.xml b/plugin.video.charge/addon.xml
new file mode 100644
index 0000000..20a1202
--- /dev/null
+++ b/plugin.video.charge/addon.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<addon id="plugin.video.charge"
+ name="Charge! TV Live"
+ version="3.0.1"
+ provider-name="t1m">
+ <requires>
+ <import addon="xbmc.python" version="2.25.0"/>
+ <import addon="script.module.t1mlib" version="1.0.18"/>
+ </requires>
+ <extension point="xbmc.python.pluginsource"
+ library="default.py">
+ <provides>video</provides>
+ </extension>
+ <extension point="xbmc.addon.metadata">
+ <summary lang="en_GB">Charge! TV Live</summary>
+ <description lang="en_GB">CHARGE! is a new free broadcast network featuring action programming including movies, series and sports entertainment.</description>
+ <disclaimer lang="en_GB">Feel free to use this script. For information visit the wiki.</disclaimer>
+ <platform>all</platform>
+ <language>en_GB</language>
+ <license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
+ <forum>http://forum.kodi.tv/showthread.php?tid=308956</forum>
+ <website>www.watchcharge.com</website>
+ <email></email>
+ <source>https://github.com/learningit/plugin.video.charge</source>
+ </extension>
+</addon>