25 lines
1.2 KiB
XML
Executable File
25 lines
1.2 KiB
XML
Executable File
<?xml version='1.0' encoding='utf-8'?>
|
|
<widget id="com.sineedge.pdglender" version="0.0.4" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
|
|
<name>PD Genie</name>
|
|
<description>info@pdgenie.com</description>
|
|
<author email="info@pdgenie.com" href="https://pdgenie.com">PD Genie</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="android-targetSdkVersion" value="28" />
|
|
<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" />
|
|
<preference name="ShowSplashScreenSpinner" value="false" />
|
|
</widget>
|