2015-01-10 22:11:51 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
2015-01-13 00:14:24 +00:00
|
|
|
<widget id="com.students.jce.mobile.app" version="0.1.28" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
|
2015-01-10 22:11:51 +00:00
|
|
|
<name>jceMobile</name>
|
|
|
|
<description>
|
|
|
|
Free Your Academic Data
|
|
|
|
</description>
|
|
|
|
<author email="sagidayan@gmail.com" href="mailto:sagidayan@gmail.com">
|
|
|
|
Sagi Dayan
|
|
|
|
</author>
|
|
|
|
<content src="index.html"/>
|
|
|
|
<access origin="*"/>
|
|
|
|
<preference name="webviewbounce" value="false"/>
|
|
|
|
<preference name="UIWebViewBounce" value="false"/>
|
|
|
|
<preference name="DisallowOverscroll" value="true"/>
|
|
|
|
<preference name="BackupWebStorage" value="none"/>
|
|
|
|
<feature name="StatusBar">
|
|
|
|
<param name="ios-package" value="CDVStatusBar" onload="true"/>
|
|
|
|
</feature>
|
|
|
|
</widget>
|