-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.xml
20 lines (19 loc) · 866 Bytes
/
config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<widget id="A6903177269708" version="0.0.1">
<name>test</name>
<description>Example For APICloud.</description>
<author email="[email protected]" href="http://www.apicloud.com">Developer</author>
<content src="index.html"/>
<preference name="appBackground" value="rgba(255, 255, 255, 1)"/>
<preference name="windowBackground" value="rgba(0,0,0,0)"/>
<preference name="frameBackgroundColor" value="rgba(0,0,0,0)"/>
<preference name="autoLaunch" value="true"/>
<preference name="autoUpdate" value="true"/>
<preference name="smartUpdate" value="false"/>
<preference name="fullScreen" value="false"/>
<preference name="debug" value="true"/>
<preference name="statusBarAppearance" value="true"/>
<permission name="location"/>
<permission name="internet"/>
<access origin="*"/>
</widget>