You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
HelenaExpressApp/config.xml

130 lines
8.7 KiB
XML

4 years ago
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.netsyms.helenaexpress.app" version="1.3.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name short="Helena Express">Helena Express</name>
4 years ago
<description>
4 years ago
</description>
<author email="dev@netsyms.com" href="https://netsyms.com">
Netsyms Technologies
</author>
<content src="index.html" />
<plugin name="cordova-plugin-whitelist" spec="1" />
<access origin="*" />
<allow-navigation href="https://appointments.netsyms.com/*" />
<allow-navigation href="https://helena.express/*" />
3 years ago
<allow-navigation href="https://*.stripe.com/*" />
<allow-navigation href="https://*.stripe.network/*" />
4 years ago
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<allow-intent href="tel:*" />
<allow-intent href="sms:*" />
<allow-intent href="mailto:*" />
<allow-intent href="geo:*" />
<access launch-external="yes" origin="geo:*" />
<icon src="res/logo.png" />
<preference name="HeaderColor" value="#82b1ff" />
<preference name="StatusBarBackgroundColor" value="#d0f2fc" />
<preference name="StatusBarStyle" value="default" />
<preference name="SplashScreenDelay" value="3000" />
<preference name="AutoHideSplashScreen" value="true" />
<preference name="FadeSplashScreen" value="true"/>
<preference name="ShowSplashScreenSpinner" value="false"/>
4 years ago
<platform name="android">
<allow-intent href="market:*" />
<resource-file src="/res/android/drawable/ic_launcher_background.xml" target="/app/src/main/res/drawable/ic_launcher_background.xml" />
4 years ago
<resource-file src="/res/android/drawable/ic_launcher_foreground.xml" target="/app/src/main/res/drawable/ic_launcher_foreground.xml" />
<resource-file src="res/android/mipmap-anydpi-v26/ic_launcher.xml" target="app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml" />
<icon background="res/android/drawable/ic_launcher_background.xml" density="mdpi" foreground="res/android/drawable/ic_launcher_foreground.xml" src="res/android/mipmap-mdpi/ic_launcher.png" />
<icon background="res/android/drawable/ic_launcher_background.xml" density="hdpi" foreground="res/android/drawable/ic_launcher_foreground.xml" src="res/android/mipmap-hdpi/ic_launcher.png" />
<icon background="res/android/drawable/ic_launcher_background.xml" density="xhdpi" foreground="res/android/drawable/ic_launcher_foreground.xml" src="res/android/mipmap-xhdpi/ic_launcher.png" />
<icon background="res/android/drawable/ic_launcher_background.xml" density="xxhdpi" foreground="res/android/drawable/ic_launcher_foreground.xml" src="res/android/mipmap-xxhdpi/ic_launcher.png" />
<icon background="res/android/drawable/ic_launcher_background.xml" density="xxxhdpi" foreground="res/android/drawable/ic_launcher_foreground.xml" src="res/android/mipmap-xxxhdpi/ic_launcher.png" />
<preference name="SplashMaintainAspectRatio" value="true" />
<splash src="res/android/splash/splash-land-hdpi.png" density="land-hdpi" />
<splash src="res/android/splash/splash-land-ldpi.png" density="land-ldpi" />
<splash src="res/android/splash/splash-land-mdpi.png" density="land-mdpi" />
<splash src="res/android/splash/splash-land-xhdpi.png" density="land-xhdpi" />
<splash src="res/android/splash/splash-land-xxhdpi.png" density="land-xxhdpi" />
<splash src="res/android/splash/splash-land-xxxhdpi.png" density="land-xxxhdpi" />
<splash src="res/android/splash/splash-port-hdpi.png" density="port-hdpi" />
<splash src="res/android/splash/splash-port-ldpi.png" density="port-ldpi" />
<splash src="res/android/splash/splash-port-mdpi.png" density="port-mdpi" />
<splash src="res/android/splash/splash-port-xhdpi.png" density="port-xhdpi" />
<splash src="res/android/splash/splash-port-xxhdpi.png" density="port-xxhdpi" />
<splash src="res/android/splash/splash-port-xxxhdpi.png" density="port-xxxhdpi" />
<splash src="res/android/splash-dark/splash-land-hdpi.png" density="land-night-hdpi" />
<splash src="res/android/splash-dark/splash-land-ldpi.png" density="land-night-ldpi" />
<splash src="res/android/splash-dark/splash-land-mdpi.png" density="land-night-mdpi" />
<splash src="res/android/splash-dark/splash-land-xhdpi.png" density="land-night-xhdpi" />
<splash src="res/android/splash-dark/splash-land-xxhdpi.png" density="land-night-xxhdpi" />
<splash src="res/android/splash-dark/splash-land-xxxhdpi.png" density="land-night-xxxhdpi" />
<splash src="res/android/splash-dark/splash-port-hdpi.png" density="port-night-hdpi" />
<splash src="res/android/splash-dark/splash-port-ldpi.png" density="port-night-ldpi" />
<splash src="res/android/splash-dark/splash-port-mdpi.png" density="port-night-mdpi" />
<splash src="res/android/splash-dark/splash-port-xhdpi.png" density="port-night-xhdpi" />
<splash src="res/android/splash-dark/splash-port-xxhdpi.png" density="port-night-xxhdpi" />
<splash src="res/android/splash-dark/splash-port-xxxhdpi.png" density="port-night-xxxhdpi" />
4 years ago
</platform>
<platform name="ios">
3 years ago
<preference name="StatusBarOverlaysWebView" value="false" />
<preference name="DisallowOverscroll" value="true" />
4 years ago
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
<preference name="scheme" value="app" />
<preference name="hostname" value="localhost" />
<edit-config target="NSCameraUsageDescription" file="*-Info.plist" mode="merge">
<string>Your camera is used to scan receipts and pickup codes.</string>
</edit-config>
<edit-config target="NSLocationWhenInUseUsageDescription" file="*-Info.plist" mode="merge">
<string>Your location is used to pinpoint your location on a map. It does not leave your device.</string>
</edit-config>
<edit-config target="NSLocationAlwaysAndWhenInUseUsageDescription" file="*-Info.plist" mode="merge">
<string>Your location is used to pinpoint your location on a map. It does not leave your device.</string>
</edit-config>
<edit-config target="NSLocationAlwaysUsageDescription" file="*-Info.plist" mode="merge">
<string>Your location is used to pinpoint your location on a map. It does not leave your device.</string>
</edit-config>
<splash src="res/ios/splash/Default@2x~universal~anyany.png" />
<splash src="res/ios/splash/Default@2x~universal~anyany~dark.png" />
<icon src="res/ios/icon/Icon-100.png" width="100" height="100" />
<icon src="res/ios/icon/Icon-1024.png" width="1024" height="1024" />
<icon src="res/ios/icon/Icon-114.png" width="114" height="114" />
<icon src="res/ios/icon/Icon-120.png" width="120" height="120" />
<icon src="res/ios/icon/Icon-128.png" width="128" height="128" />
<icon src="res/ios/icon/Icon-144.png" width="144" height="144" />
<icon src="res/ios/icon/Icon-152.png" width="152" height="152" />
<icon src="res/ios/icon/Icon-16.png" width="16" height="16" />
<icon src="res/ios/icon/Icon-167.png" width="167" height="167" />
<icon src="res/ios/icon/Icon-172.png" width="172" height="172" />
<icon src="res/ios/icon/Icon-180.png" width="180" height="180" />
<icon src="res/ios/icon/Icon-196.png" width="196" height="196" />
<icon src="res/ios/icon/Icon-20.png" width="20" height="20" />
<icon src="res/ios/icon/Icon-256.png" width="256" height="256" />
<icon src="res/ios/icon/Icon-29.png" width="29" height="29" />
<icon src="res/ios/icon/Icon-32.png" width="32" height="32" />
<icon src="res/ios/icon/Icon-40.png" width="40" height="40" />
<icon src="res/ios/icon/Icon-48.png" width="48" height="48" />
<icon src="res/ios/icon/Icon-50.png" width="50" height="50" />
<icon src="res/ios/icon/Icon-512.png" width="512" height="512" />
<icon src="res/ios/icon/Icon-55.png" width="55" height="55" />
<icon src="res/ios/icon/Icon-57.png" width="57" height="57" />
<icon src="res/ios/icon/Icon-58.png" width="58" height="58" />
<icon src="res/ios/icon/Icon-60.png" width="60" height="60" />
<icon src="res/ios/icon/Icon-64.png" width="64" height="64" />
<icon src="res/ios/icon/Icon-72.png" width="72" height="72" />
<icon src="res/ios/icon/Icon-76.png" width="76" height="76" />
<icon src="res/ios/icon/Icon-80.png" width="80" height="80" />
<icon src="res/ios/icon/Icon-87.png" width="87" height="87" />
<icon src="res/ios/icon/Icon-88.png" width="88" height="88" />
4 years ago
</platform>
<hook src="scripts/npm_prepare.sh" type="before_prepare" />
</widget>