summaryrefslogtreecommitdiff
path: root/plugin.video.newsmaxtv/addon.xml
diff options
context:
space:
mode:
authorLunatixz <Lunatixz@users.noreply.github.com>2017-09-06 22:13:27 -0400
committerlearningit <scottyroscoe13@gmail.com>2017-09-06 22:13:27 -0400
commit5a1845689c66678f39a3192295b505ca674ca796 (patch)
treedbbdc4277cf687c033a3a49d725101d9f5f8033d /plugin.video.newsmaxtv/addon.xml
parentab64a4f38367cdd29fd63a3a38bc02072729c2dc (diff)
[plugin.video.newsmaxtv] 1.0.0 (#1396)
Diffstat (limited to 'plugin.video.newsmaxtv/addon.xml')
-rw-r--r--plugin.video.newsmaxtv/addon.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/plugin.video.newsmaxtv/addon.xml b/plugin.video.newsmaxtv/addon.xml
new file mode 100644
index 0000000..ba71430
--- /dev/null
+++ b/plugin.video.newsmaxtv/addon.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<addon id="plugin.video.newsmaxtv" version="1.0.0" name="NewsmaxTV" provider-name="Lunatixz">
+ <requires>
+ <import addon="xbmc.python" version="2.25.0"/>
+ <import addon="script.module.simplecache" version="1.0.0"/>
+ </requires>
+ <extension point="xbmc.python.pluginsource" library="default.py">
+ <provides>video</provides>
+ </extension>
+ <extension point="xbmc.addon.metadata">
+ <summary lang="en_GB">Newsmax TV is a United States cable news channel that is owned by Newsmax Media.</summary>
+ <description lang="en_GB">Newsmax TV is growing rapidly and now reaches over 40 million cable/satellite homes and subscribers.</description>
+ <platform>all</platform>
+ <license>GNU GENERAL PUBLIC LICENSE. Version 3, June 2007</license>
+ <source>https://github.com/Lunatixz/XBMC_Addons/tree/master/plugin.video.newsmaxtv</source>
+ <website>http://www.newsmaxtv.com</website>
+ <forum>http://forum.kodi.tv/showthread.php?tid=321030</forum>
+ <news></news>
+ <assets>
+ <icon>resources/images/icon.png</icon>
+ <fanart>resources/images/fanart.jpg</fanart>
+ <screenshot>resources/images/screenshot01.png</screenshot>
+ <screenshot>resources/images/screenshot02.png</screenshot>
+ </assets>
+ </extension>
+</addon> \ No newline at end of file