-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
16 lines (16 loc) · 832 Bytes
/
addon.xml
File metadata and controls
16 lines (16 loc) · 832 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.iinet.freezone" name="iiNet Freezone Video" version="0.0.1" provider-name="Kim Faint">
<requires>
<import addon="xbmc.python" version="2.20.0" />
<import addon="script.module.requests" version="2.9.1"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">iiNet Group Freezone Video</summary>
<license>MIT License</license>
<description lang="en">Videos provided unmetered to iiNet Group (iiNet, Internode, Westnet, Netspace and Adam Internet) customers from http://freezone.iinet.net.au/</description>
<platform>all</platform>
</extension>
</addon>