<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="service.qlock"
       name="Qlock"
       version="0.5.4"
       provider-name="amet">
  <requires>
    <import addon="xbmc.python" version="2.1.0"/>
  </requires>
  <extension point="xbmc.service"
             library="default.py" start="login">
  </extension>
  <extension point="xbmc.addon.metadata">
    <summary lang="en">Qlock Service</summary>
    <description lang="en">Script to display current time in words, needs skin support. so far only Transparency! is supporting this in SVN</description>
    <platform>all</platform>
    <license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
    <source>https://github.com/amet/service.qlock</source>
  </extension>
</addon>
