-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
16 lines (16 loc) · 732 Bytes
/
addon.xml
File metadata and controls
16 lines (16 loc) · 732 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="weather.yr" name="Yr Weather" version="0.0.1" provider-name="laric">
<requires>
<import addon="xbmc.python" version="2.12.0"/>
<import addon="script.module.simplejson" version="3.3.0"/>
</requires>
<extension point="xbmc.python.weather" library="default.py"/>
<extension point="xbmc.addon.metadata">
<summary lang="en">Weather forecast from yr.no</summary>
<description lang="en">Weather forecast from yr.no, delivered by the Norwegian Meteorological Institute and the NRK (http://www.yr.no)</description>
<language></language>
<platform>all</platform>
<forum></forum>
<source>https://github.com/laric/weather.yr</source>
</extension>
</addon>