-
Notifications
You must be signed in to change notification settings - Fork 22
/
addon.xml
20 lines (20 loc) · 1.12 KB
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.luna" name="Luna" version="0.7.0~rc6" provider-name="wackerl91">
<requires>
<import addon="xbmc.python" version="2.20.0"/>
<import addon="script.module.pyxbmct" version="1.1.4" />
<import addon="script.module.dateutil" version="2.4.2"/>
<import addon="script.module.yaml" version="3.11.0" />
<import addon="script.module.requests" version="2.4.3" />
</requires>
<extension point="xbmc.python.script" library="addon.py">
<provides>executable</provides>
</extension>
<!--<extension point="xbmc.service" library="service.py" start="login"/>-->
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<language></language>
<summary>Moonlight Launcher for Kodi</summary>
<description>Moonlight Launcher for Kodi. [CR]Icons made by Freepik (www.flaticon.com/authors/freepik) from www.flaticon.com [CR]Game information and posters are provided by OMDB (http://www.omdbapi.com) under CC-BY4.0 [CR]Additional game information and posters provided by TheGamesDB (http://thegamesdb.net)</description>
</extension>
</addon>