super-productivity/config.xml
2016-12-30 18:16:49 +01:00

12 lines
449 B
XML

<?xml version='1.1' encoding='utf-8'?>
<widget id="org.superproductivity" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Super productivity</name>
<description>
Super productivity is fabulous
</description>
<author email="your@email.com" href="http://your-domain.de">
Your Name
</author>
<content src="index.html"/>
<access origin="*"/>
</widget>