mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
12 lines
449 B
XML
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>
|