<?xml version='1.0' encoding='utf-8'?> <widget id="com.sixteenmillimeter.intval3" version="1.0.7" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> <name>INTVAL3</name> <description> Mobile control app for the INTVAL intervalometer for Bolex 16mm cameras </description> <author email="hi@mmcwilliams.com" href="https://sixteenmillimeter.com"> M McWilliams </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:*" /> <icon src="res/icon/ios/icon-60@3x.png" /> <platform name="android"> <allow-intent href="market:*" /> <icon density="mdpi" src="res/icon/android/mdpi.png" /> <icon density="hdpi" src="res/icon/android/hdpi.png" /> <icon density="xhdpi" src="res/icon/android/xhdpi.png" /> <icon density="xxhdpi" src="res/icon/android/xxhdpi.png" /> <icon density="xxxhdpi" src="res/icon/android/xxxhdpi.png" /> </platform> <platform name="ios"> <allow-intent href="itms:*" /> <allow-intent href="itms-apps:*" /> <icon height="180" src="res/icon/ios/icon-60@3x.png" width="180" /> <icon height="120" src="res/icon/ios/icon-60@2x.png" width="120" /> <icon height="60" src="res/icon/ios/icon-60.png" width="60" /> <splash src="res/screen/ios/Default@2x~universal~anyany.png" /> <preference name="APP_SECRET" value="d9cbb435-e432-43d3-ae20-747fccbc8190" /> </platform> <preference name="DisallowOverscroll" value="true" /> <preference name="StatusBarBackgroundColor" value="#212121" /> <preference name="CameraUsesGeolocation" value="false" /> <plugin name="cordova-plugin-whitelist" spec="1" /> <plugin name="cordova-plugin-splashscreen" spec="~4.1.0" /> <plugin name="cordova-plugin-device" spec="^2.0.3" /> <plugin name="cordova-plugin-dialogs" spec="^2.0.2" /> <plugin name="cordova-plugin-ble-central" spec="^1.2.4"> <variable name="BLUETOOTH_USAGE_DESCRIPTION" value="INTVAL3 intervalometer controls" /> </plugin> <plugin name="cordova-plugin-statusbar" spec="^2.4.3" /> <plugin name="cordova-plugin-camera-with-exif" spec="^1.3.1" /> <engine name="ios" spec="^4.5.5" /> <engine name="android" spec="^7.1.4" /> </widget>