-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon.xml
22 lines (22 loc) · 967 Bytes
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" ?>
<addon id="plugin.video.indotv" name="Indonesian TV" provider-name="Mimpi Development" version="0.2.0">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.aussieaddonscommon"/>
<import addon="script.common.plugin.cache"/>
</requires>
<extension library="default.py" point="xbmc.python.pluginsource" provides="video">
<provides>video</provides>
</extension>
<extension library="default.py" point="xbmc.addon.metadata">
<assets>
<icon>icon.png</icon>
</assets>
<summary>Mivo - Indonesian TV Streamer</summary>
<description>Mivo is a website that offers quite a number of Indonesian tv streaming channels to watch.</description>
<website>http://mimpidev.com/</website>
<provides>video</provides>
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007</license>
</extension>
</addon>