<?xml version="1.0" encoding="UTF-8"?>
<widget xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0" id="com.keosu.demo" version="1.0">
  <name>radio</name>
  <description>Keosu demo</description>
  <author href="http://keosu.com" email="mail@localhost.com">keosu team</author>
  <gap:plugin name="com.phonegap.plugins.pushplugin" version="2.1.1"/>
  <gap:plugin name="org.apache.cordova.network-information" version="0.2.7"/>
  <gap:plugin name="org.apache.cordova.device"/>
  <gap:plugin name="org.apache.cordova.device-motion"/>
  <gap:plugin name="org.apache.cordova.device-orientation"/>
  <preference name="permissions" value="none"/>
  <preference name="phonegap-version" value="3.5.0"/>
  <preference name="orientation" value="default"/>
  <preference name="target-device" value="universal"/>
  <preference name="fullscreen" value="true"/>
  <preference name="webviewbounce" value="true"/>
  <preference name="prerendered-icon" value="true"/>
  <preference name="stay-in-webview" value="false"/>
  <preference name="ios-statusbarstyle" value="black-opaque"/>
  <preference name="detect-data-types" value="true"/>
  <preference name="exit-on-suspend" value="true"/>
  <preference name="Show-splash-screen-spinner" value="true"/>
  <preference name="auto-hide-splash-screen" value="false"/>
  <preference name="disable-cursor" value="false"/>
  <preference name="android-minSdkVersion" value="7"/>
  <preference name="android-installLocation" value="auto"/>
  <preference name="disallowOverscroll" value="true"/>
  <preference name="splash-screen-duration" value="10000"/>
  <icon src="icon.png"/>
  <icon src="res/icons/android/iconA36.png" gap:platform="android" gap:density="ldpi"/>
  <icon src="res/icons/android/iconA48.png" gap:platform="android" gap:density="mdpi"/>
  <icon src="res/icons/android/iconA72.png" gap:platform="android" gap:density="hdpi"/>
  <icon src="res/icons/android/iconA96.png" gap:platform="android" gap:density="xhdpi"/>
  <icon src="res/icons/ios/iconI57.png" gap:platform="ios" width="57" height="57"/>
  <icon src="res/icons/ios/iconI72.png" gap:platform="ios" width="72" height="72"/>
  <icon src="res/icons/ios/iconI114.png" gap:platform="ios" width="114" height="114"/>
  <icon src="res/icons/ios/iconI120.png" gap:platform="ios" width="120" height="120"/>
  <icon src="res/icons/ios/iconI76.png" gap:platform="ios" width="76" height="76"/>
  <icon src="res/icons/ios/iconI152.png" gap:platform="ios" width="152" height="152"/>
  <icon src="res/icons/ios/iconI144.png" gap:platform="ios" width="144" height="144"/>
  <gap:splash src="res/splashscreens/android/splashscreenA320x436.png" gap:platform="android" gap:density="ldpi"/>
  <gap:splash src="res/splashscreens/android/splashscreenA320x470.png" gap:platform="android" gap:density="mdpi"/>
  <gap:splash src="res/splashscreens/android/splashscreenA640x480.png" gap:platform="android" gap:density="hdpi"/>
  <gap:splash src="res/splashscreens/android/splashscreenA960x720.png" gap:platform="android" gap:density="xhdpi"/>
  <gap:splash src="res/splashscreens/ios/splashscreenI320x480.png" gap:platform="ios" width="320" height="480"/>
  <gap:splash src="res/splashscreens/ios/splashscreenI640x960.png" gap:platform="ios" width="640" height="960"/>
  <gap:splash src="res/splashscreens/ios/splashscreenI640x1136.png" gap:platform="ios" width="640" height="1136"/>
  <gap:splash src="res/splashscreens/ios/splashscreenI1024x748.png" gap:platform="ios" width="1024" height="748"/>
  <gap:splash src="res/splashscreens/ios/splashscreenI768x1004.png" gap:platform="ios" width="768" height="1004"/>
  <gap:splash src="res/splashscreens/ios/splashscreenI2048x1496.png" gap:platform="ios" width="2048" height="1496"/>
  <gap:splash src="res/splashscreens/ios/splashscreenI1536x2008.png" gap:platform="ios" width="1536" height="2008"/>
  <access origin="*"/>
</widget>
