-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.xml
55 lines (55 loc) · 2.83 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?xml version='1.0' encoding='utf-8'?>
<widget id="marin.magicaltodo" version="1.0.3" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Magical Todo</name>
<description>
A Magically powerful ToDo App!
</description>
<author email="[email protected]" href="http://codeismagic.com">
Marin Bivol App Foundation
</author>
<content src="index.html" />
<access origin="*" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<allow-intent href="tel:*" />
<allow-intent href="sms:*" />
<allow-intent href="mailto:*" />
<allow-intent href="geo:*" />
<platform name="android">
<allow-intent href="market:*" />
</platform>
<platform name="ios">
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
<preference name="BackupWebStorage" value="none" />
<preference name="DisallowOverscroll" value="true" />
<preference name="orientation" value="portrait" />
<icon height="20" src="www/img/icons/20.png" width="20" />
<icon height="29" src="www/img/icons/29.png" width="29" />
<icon height="40" src="www/img/icons/40.png" width="40" />
<icon height="48" src="www/img/icons/48.png" width="48" />
<icon height="50" src="www/img/icons/50.png" width="50" />
<icon height="55" src="www/img/icons/55.png" width="55" />
<icon height="57" src="www/img/icons/57.png" width="57" />
<icon height="58" src="www/img/icons/58.png" width="58" />
<icon height="60" src="www/img/icons/60.png" width="60" />
<icon height="72" src="www/img/icons/72.png" width="72" />
<icon height="76" src="www/img/icons/76.png" width="76" />
<icon height="80" src="www/img/icons/80.png" width="80" />
<icon height="87" src="www/img/icons/87.png" width="87" />
<icon height="88" src="www/img/icons/88.png" width="88" />
<icon height="100" src="www/img/icons/100.png" width="100" />
<icon height="114" src="www/img/icons/114.png" width="114" />
<icon height="120" src="www/img/icons/120.png" width="120" />
<icon height="144" src="www/img/icons/144.png" width="144" />
<icon height="152" src="www/img/icons/152.png" width="152" />
<icon height="167" src="www/img/icons/167.png" width="167" />
<icon height="172" src="www/img/icons/172.png" width="172" />
<icon height="180" src="www/img/icons/180.png" width="180" />
<icon height="196" src="www/img/icons/196.png" width="196" />
<icon height="216" src="www/img/icons/216.png" width="216" />
<icon height="1024" src="www/img/icons/1024.png" width="1024" />
</platform>
<plugin name="cordova-plugin-whitelist" spec="^1.3.4" />
<plugin name="cordova-sqlite-storage" spec="^4.0.0" />
</widget>