-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
24 lines (22 loc) · 910 Bytes
/
Copy pathaddon.xml
File metadata and controls
24 lines (22 loc) · 910 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<addon id="plugin.program.authorizer"
name="Authorizer"
version="1.0.0"
provider-name="adamsbuilds">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>executable</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Standalone authorization launcher for supported Kodi addons.</summary>
<description lang="en_GB">Authorizer detects supported installed addons and launches Trakt, Real-Debrid, Premiumize, All-Debrid, and Torbox authorization flows from one place.</description>
<platform>all</platform>
<source>https://adamsbuilds.github.io/repo</source>
<assets>
<icon>resources/icon.png</icon>
<fanart>resources/fanart.png</fanart>
</assets>
</extension>
</addon>