<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.ilmeteo"
       name="ilMeteo.it"
       version="1.1.1"
       provider-name="Nightflyer">
  <requires>
    <import addon="xbmc.python" version="2.1.0"/>
    <import addon="script.module.beautifulsoup" version="3.0.8"/>
  </requires>
  <extension point="xbmc.python.pluginsource"
            library="default.py">
        <provides>video</provides>
  </extension>
  <extension point="xbmc.addon.metadata">
    <language>it</language>
    <platform>all</platform>
    <summary lang="it">Le previsioni del tempo di ilMeteo.it</summary>
    <description lang="it">Previsioni Meteo sempre aggiornate ad alta affidabilità.</description>
    <summary lang="en">Weather forecast by ilMeteo.it</summary>
    <description lang="en">Up to date and highly realiable weather forecast.</description>
    <license>GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007</license>
    <forum>http://forum.xbmc.org/showthread.php?tid=155917</forum>
    <website>https://github.com/nightflyer73/plugin.video.ilmeteo</website>
    <email></email>
    <source>https://github.com/nightflyer73/plugin.video.ilmeteo</source>
  </extension>
</addon>
