-
Notifications
You must be signed in to change notification settings - Fork 1
/
addon.xml
24 lines (24 loc) · 1.1 KB
/
addon.xml
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="script.arctic.zephyr.mod.autocolors" name="Arctic: Zephyr - Reloaded - Automatic Day and Night Colors" version="2.1.5" provider-name="semool">
<requires>
<import addon="xbmc.gui" version="5.17.0"/>
<import addon="script.module.simplecache"/>
<import addon="script.module.requests"/>
<import addon="script.module.astral"/>
</requires>
<extension point="xbmc.python.script" library="script.py">
<provides>executable</provides>
</extension>
<extension point="xbmc.service" library="service.py" start="startup"/>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Automatic time controlled theme color change between Light and Dark</summary>
<summary lang="de_DE">Automatischer Zeitgesteuerter Skin Farbwechsel zwischen Hell und Dunkel</summary>
<platform>all</platform>
<source>https://github.com/semool/script.arctic.zephyr.mod.autocolors</source>
<license>GNU GENERAL PUBLIC LICENSE Version 2</license>
<assets>
<icon>resources/images/icon.png</icon>
<fanart>resources/images/fanart.jpg</fanart>
</assets>
</extension>
</addon>