23 lines
1.1 KiB
XML
23 lines
1.1 KiB
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<widget id="io.ionic.starter" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
|
|
<name>pdTriggerapp</name>
|
|
<description>An awesome Ionic/Cordova app.</description>
|
|
<author email="hi@ionicframework" href="http://ionicframework.com/">Ionic Framework Team</author>
|
|
<content src="index.html" />
|
|
<access origin="*" />
|
|
<allow-intent href="http://*/*" />
|
|
<allow-intent href="https://*/*" />
|
|
<allow-intent href="tel:*" />
|
|
<allow-intent href="sms:*" />
|
|
<allow-intent href="mailto:*" />
|
|
<allow-intent href="geo:*" />
|
|
<preference name="ScrollEnabled" value="false" />
|
|
<preference name="android-minSdkVersion" value="19" />
|
|
<preference name="BackupWebStorage" value="none" />
|
|
<preference name="SplashMaintainAspectRatio" value="true" />
|
|
<preference name="FadeSplashScreenDuration" value="300" />
|
|
<preference name="SplashShowOnlyFirstTime" value="false" />
|
|
<preference name="SplashScreen" value="screen" />
|
|
<preference name="SplashScreenDelay" value="3000" />
|
|
</widget>
|