-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
23 lines (20 loc) · 895 Bytes
/
addon.xml
File metadata and controls
23 lines (20 loc) · 895 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.module.gpsoauth"
name="gpsoauth"
provider-name="Tadly"
version="0.4.0">
<requires>
<import addon="xbmc.python" version="2.19.0"/>
<import addon="script.module.pkcs1" version="0.9.5"/>
<import addon="script.module.requests" version="2.9.1"/>
</requires>
<extension library="lib" point="xbmc.python.module"/>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en_GB">A python client library for Google Play Services OAuth.</summary>
<description lang="en_GB">A python client library for Google Play Services OAuth.</description>
<license>MIT</license>
<website>https://github.com/Tadly/gpsoauth</website>
<source>https://github.com/Tadly/gpsoauth</source>
</extension>
</addon>