-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.xml
More file actions
17 lines (17 loc) · 866 Bytes
/
config.xml
File metadata and controls
17 lines (17 loc) · 866 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?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="info@reefangel.com" 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" />
</widget>