-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.xml
29 lines (22 loc) · 1.03 KB
/
config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="UTF-8" ?>
<widget xmlns = "http://www.w3.org/ns/widgets"
xmlns:gap = "http://phonegap.com/ns/1.0"
id = "TodoOnTheGoLite/djizSone/com.github"
version = "0.5.2">
<!-- versionCode is optional and Android only -->
<name>Todo OTG Lite</name>
<description>
Liste Todo légère pour toujours l'avoir sous main.
Utilise AngularJS et Lawnchair.js
Inspiré par TodoMVC
</description>
<icon src="icons/android/ldpi.png" gap:platform="android" gap:density="ldpi" />
<icon src="icons/android/mdpi.png" gap:platform="android" gap:density="mdpi" />
<icon src="icons/android/hdpi.png" gap:platform="android" gap:density="hdpi" />
<icon src="icons/android/xhdpi.png" gap:platform="android" gap:density="xhdpi" />
<author href="https://plus.google.com/u/0/109215287247129864917" email="fantlo@gmail.com">
Florian Valence
</author>
<preference name="permissions" value="none"/>
<preference name="android-installLocation" value="preferExternal" />
</widget>