summaryrefslogtreecommitdiffstats
path: root/addons/resource.images.weathericons.default/addon.xml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-10 18:07:22 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-10 18:07:22 +0000
commitc04dcc2e7d834218ef2d4194331e383402495ae1 (patch)
tree7333e38d10d75386e60f336b80c2443c1166031d /addons/resource.images.weathericons.default/addon.xml
parentInitial commit. (diff)
downloadkodi-c04dcc2e7d834218ef2d4194331e383402495ae1.tar.xz
kodi-c04dcc2e7d834218ef2d4194331e383402495ae1.zip
Adding upstream version 2:20.4+dfsg.upstream/2%20.4+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'addons/resource.images.weathericons.default/addon.xml')
-rw-r--r--addons/resource.images.weathericons.default/addon.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/addons/resource.images.weathericons.default/addon.xml b/addons/resource.images.weathericons.default/addon.xml
new file mode 100644
index 0000000..d5cf7a8
--- /dev/null
+++ b/addons/resource.images.weathericons.default/addon.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<addon id="resource.images.weathericons.default"
+ name="Weather Icons - Default"
+ version="1.1.9"
+ provider-name="Team Kodi">
+ <requires>
+ <import addon="kodi.resource" version="1.0.0"/>
+ </requires>
+ <extension point="kodi.resource.images"
+ type="weather" />
+ <extension point="xbmc.addon.metadata">
+ <summary lang="en">Default Weather Icons</summary>
+ <description lang="en">Default set of Weather Icons shipped with Kodi</description>
+ <platform>all</platform>
+ <assets>
+ <icon>icon.png</icon>
+ </assets>
+ </extension>
+</addon>