-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathaddon.xml
More file actions
19 lines (19 loc) · 754 Bytes
/
Copy pathaddon.xml
File metadata and controls
19 lines (19 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.pigdrive" name="PiGDrive" version="0.0.5" provider-name="Bite Your Idols!">
<requires>
<import addon="xbmc.python" version="2.14.0"/>
</requires>
<extension point="xbmc.python.script" library="addon.py" />
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="es">Google Drive for Pi.</summary>
<summary lang="en">Google Drive for Pi.</summary>
<description lang="en">Google Drive for Pi.</description>
<description lang="es">Google Drive for Pi.</description>
<license>GNU General Public License, v2</license>
<language></language>
<forum></forum>
<source></source>
<email></email>
</extension>
</addon>