-
Notifications
You must be signed in to change notification settings - Fork 7
/
config.xml
35 lines (34 loc) · 1.4 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
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.sequential.cvalenzuela" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cvalenzuelab.com">
<name>Sequential</name>
<description>
Neural Network to generate stories.
</description>
<author email="[email protected]" href="http://cvalenzuelab.com">
Cristobal Valenzuela
</author>
<content src="index.html" />
<plugin name="cordova-plugin-whitelist" spec="1" />
<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>
<splash src="www/img/Default@2x~universal~anyany.png" />
<platform name="ios">
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
<icon src="www/img/icon/[email protected]" width="180" height="180" />
<icon src="www/img/icon/icon-60.png" width="60" height="60" />
<icon src="www/img/icon/[email protected]" width="120" height="120" />
<icon src="www/img/icon/icon.png" width="57" height="57" />
<icon src="www/img/icon/[email protected]" width="114" height="114" />
<icon src="www/img/icon/icon-small.png" width="29" height="29" />
<icon src="www/img/icon/[email protected]" width="58" height="58" />
</platform>
</widget>