-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig.xml
18 lines (18 loc) · 923 Bytes
/
config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.reefangel.uapp" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Reef Angel U-App</name>
<description>
HTML5 based application designed to interact with your Reef Angel Controller. It's a universal app that can be compiled and deployed in several platforms.
</description>
<author email="[email protected]" href="http://www.reefangel.com">
Reef Angel
</author>
<content src="index.html" />
<access origin="*" />
<preference name="EnableViewportScale" value="true" />
<preference name="SplashScreen" value="screen" />
<preference name="SplashScreenDelay" value="2000" />
<preference name="StatusBarOverlaysWebView" value="false" />
<preference name="StatusBarBackgroundColor" value="#000000" />
<preference name="BackupWebStorage" value="local" />
</widget>