|
| 1 | +<?xml version='1.0' encoding='utf-8'?> |
| 2 | +<widget id="com.moapsystem.mob" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0"> |
| 3 | + <name>MOAP</name> |
| 4 | + <description> |
| 5 | + MOAP Beneficiary Database. |
| 6 | + </description> |
| 7 | + <author email="sherifdata@gmail.com" href="http://webworksgh.com"> |
| 8 | + Abubakari Sherifdeen |
| 9 | + </author> |
| 10 | + <content src="index.html" /> |
| 11 | + <preference name="DisallowOverscroll" value="true" /> |
| 12 | + <preference name="android-minSdkVersion" value="14" /> |
| 13 | + <plugin name="cordova-plugin-battery-status" source="npm" spec="~1.2.4" /> |
| 14 | + <plugin name="cordova-plugin-camera" source="npm" spec="~2.4.1" /> |
| 15 | + <plugin name="cordova-plugin-media-capture" source="npm" spec="~1.4.3" /> |
| 16 | + <plugin name="cordova-plugin-device" source="npm" spec="~1.1.6" /> |
| 17 | + <plugin name="cordova-plugin-dialogs" source="npm" spec="~1.3.3" /> |
| 18 | + <plugin name="cordova-plugin-file" source="npm" spec="~4.3.3" /> |
| 19 | + <plugin name="cordova-plugin-geolocation" source="npm" spec="~2.4.3" /> |
| 20 | + <plugin name="cordova-plugin-globalization" source="npm" spec="~1.0.7" /> |
| 21 | + <plugin name="cordova-plugin-inappbrowser" source="npm" spec="~1.7.1" /> |
| 22 | + <plugin name="cordova-plugin-network-information" source="npm" spec="~1.3.3" /> |
| 23 | + <plugin name="cordova-plugin-vibration" source="npm" spec="~2.1.5" /> |
| 24 | + <platform name="android"> |
| 25 | + <icon density="ldpi" src="www/res/icon/android/drawable-ldpi-icon.png" /> |
| 26 | + <icon density="mdpi" src="www/res/icon/android/drawable-mdpi-icon.png" /> |
| 27 | + <icon density="hdpi" src="www/res/icon/android/drawable-hdpi-icon.png" /> |
| 28 | + <icon density="xhdpi" src="www/res/icon/android/drawable-xhdpi-icon.png" /> |
| 29 | + <icon density="xxhdpi" src="www/res/icon/android/drawable-xxhdpi-icon.png" /> |
| 30 | + <icon density="xxxhdpi" src="www/res/icon/android/drawable-xxxhdpi-icon.png" /> |
| 31 | + <splash density="land-ldpi" src="www/res/screen/android/drawable-land-ldpi-screen.png" /> |
| 32 | + <splash density="land-mdpi" src="www/res/screen/android/drawable-land-mdpi-screen.png" /> |
| 33 | + <splash density="land-hdpi" src="www/res/screen/android/drawable-land-hdpi-screen.png" /> |
| 34 | + <splash density="land-xhdpi" src="www/res/screen/android/drawable-land-xhdpi-screen.png" /> |
| 35 | + <splash density="land-xxhdpi" src="www/res/screen/android/drawable-land-xxhdpi-screen.png" /> |
| 36 | + <splash density="land-xxxhdpi" src="www/res/screen/android/drawable-land-xxxhdpi-screen.png" /> |
| 37 | + <splash density="port-ldpi" src="www/res/screen/android/drawable-port-ldpi-screen.png" /> |
| 38 | + <splash density="port-mdpi" src="www/res/screen/android/drawable-port-mdpi-screen.png" /> |
| 39 | + <splash density="port-hdpi" src="www/res/screen/android/drawable-port-hdpi-screen.png" /> |
| 40 | + <splash density="port-xhdpi" src="www/res/screen/android/drawable-port-xhdpi-screen.png" /> |
| 41 | + <splash density="port-xxhdpi" src="www/res/screen/android/drawable-port-xxhdpi-screen.png" /> |
| 42 | + <splash density="port-xxxhdpi" src="www/res/screen/android/drawable-port-xxxhdpi-screen.png" /> |
| 43 | + </platform> |
| 44 | + <platform name="ios"> |
| 45 | + <icon height="57" platform="ios" src="www/res/icon/ios/icon.png" width="57" /> |
| 46 | + <icon height="114" platform="ios" src="www/res/icon/ios/icon@2x.png" width="114" /> |
| 47 | + <icon height="40" platform="ios" src="www/res/icon/ios/icon-40.png" width="40" /> |
| 48 | + <icon height="80" platform="ios" src="www/res/icon/ios/icon-40@2x.png" width="80" /> |
| 49 | + <icon height="50" platform="ios" src="www/res/icon/ios/icon-50.png" width="50" /> |
| 50 | + <icon height="100" platform="ios" src="www/res/icon/ios/icon-50@2x.png" width="100" /> |
| 51 | + <icon height="60" platform="ios" src="www/res/icon/ios/icon-60.png" width="60" /> |
| 52 | + <icon height="120" platform="ios" src="www/res/icon/ios/icon-60@2x.png" width="120" /> |
| 53 | + <icon height="180" platform="ios" src="www/res/icon/ios/icon-60@3x.png" width="180" /> |
| 54 | + <icon height="72" platform="ios" src="www/res/icon/ios/icon-72.png" width="72" /> |
| 55 | + <icon height="144" platform="ios" src="www/res/icon/ios/icon-72@2x.png" width="144" /> |
| 56 | + <icon height="76" platform="ios" src="www/res/icon/ios/icon-76.png" width="76" /> |
| 57 | + <icon height="152" platform="ios" src="www/res/icon/ios/icon-76@2x.png" width="152" /> |
| 58 | + <icon height="29" platform="ios" src="www/res/icon/ios/icon-small.png" width="29" /> |
| 59 | + <icon height="58" platform="ios" src="www/res/icon/ios/icon-small@2x.png" width="58" /> |
| 60 | + <icon height="87" platform="ios" src="www/res/icon/ios/icon-small@3x.png" width="87" /> |
| 61 | + <splash height="1136" platform="ios" src="www/res/screen/ios/Default-568h@2x~iphone.png" width="640" /> |
| 62 | + <splash height="1334" platform="ios" src="www/res/screen/ios/Default-667h.png" width="750" /> |
| 63 | + <splash height="2208" platform="ios" src="www/res/screen/ios/Default-736h.png" width="1242" /> |
| 64 | + <splash height="1242" platform="ios" src="www/res/screen/ios/Default-Landscape-736h.png" width="2208" /> |
| 65 | + <splash height="1536" platform="ios" src="www/res/screen/ios/Default-Landscape@2x~ipad.png" width="2048" /> |
| 66 | + <splash height="768" platform="ios" src="www/res/screen/ios/Default-Landscape~ipad.png" width="1024" /> |
| 67 | + <splash height="2048" platform="ios" src="www/res/screen/ios/Default-Portrait@2x~ipad.png" width="1536" /> |
| 68 | + <splash height="1024" platform="ios" src="www/res/screen/ios/Default-Portrait~ipad.png" width="768" /> |
| 69 | + <splash height="960" platform="ios" src="www/res/screen/ios/Default@2x~iphone.png" width="640" /> |
| 70 | + <splash height="480" platform="ios" src="www/res/screen/ios/Default~iphone.png" width="320" /> |
| 71 | + </platform> |
| 72 | + <platform name="wp8"> |
| 73 | + <icon height="99" platform="wp8" src="www/res/icon/wp8/ApplicationIcon.png" width="99" /> |
| 74 | + <icon height="159" platform="wp8" src="www/res/icon/wp8/Background.png" width="159" /> |
| 75 | + <splash height="1280" platform="wp8" src="www/res/screen/wp8/screen-portrait.jpg" width="768" /> |
| 76 | + </platform> |
| 77 | + <platform name="windows"> |
| 78 | + <icon height="150" platform="windows" src="www/res/icon/windows/Square150x150Logo.scale-100.png" width="150" /> |
| 79 | + <icon height="30" platform="windows" src="www/res/icon/windows/Square30x30Logo.scale-100.png" width="30" /> |
| 80 | + <icon height="50" platform="windows" src="www/res/icon/windows/StoreLogo.scale-100.png" width="50" /> |
| 81 | + <splash height="300" platform="windows" src="www/res/screen/windows/SplashScreen.scale-100.png" width="620" /> |
| 82 | + <icon height="120" platform="windows" src="www/res/icon/windows/StoreLogo.scale-240.png" width="120" /> |
| 83 | + <icon height="44" platform="windows" src="www/res/icon/windows/Square44x44Logo.scale-100.png" width="44" /> |
| 84 | + <icon height="106" platform="windows" src="www/res/icon/windows/Square44x44Logo.scale-240.png" width="106" /> |
| 85 | + <icon height="70" platform="windows" src="www/res/icon/windows/Square70x70Logo.scale-100.png" width="70" /> |
| 86 | + <icon height="71" platform="windows" src="www/res/icon/windows/Square71x71Logo.scale-100.png" width="71" /> |
| 87 | + <icon height="170" platform="windows" src="www/res/icon/windows/Square71x71Logo.scale-240.png" width="170" /> |
| 88 | + <icon height="360" platform="windows" src="www/res/icon/windows/Square150x150Logo.scale-240.png" width="360" /> |
| 89 | + <icon height="310" platform="windows" src="www/res/icon/windows/Square310x310Logo.scale-100.png" width="310" /> |
| 90 | + <icon height="150" platform="windows" src="www/res/icon/windows/Wide310x150Logo.scale-100.png" width="310" /> |
| 91 | + <icon height="360" platform="windows" src="www/res/icon/windows/Wide310x150Logo.scale-240.png" width="744" /> |
| 92 | + <splash height="1920" platform="windows" src="www/res/screen/windows/SplashScreenPhone.scale-240.png" width="1152" /> |
| 93 | + </platform> |
| 94 | + <access origin="*" /> |
| 95 | + <allow-intent href="http://*/*" /> |
| 96 | + <allow-intent href="https://*/*" /> |
| 97 | + <allow-intent href="tel:*" /> |
| 98 | + <allow-intent href="sms:*" /> |
| 99 | + <allow-intent href="mailto:*" /> |
| 100 | + <allow-intent href="geo:*" /> |
| 101 | + <platform name="android"> |
| 102 | + <allow-intent href="market:*" /> |
| 103 | + </platform> |
| 104 | + <platform name="ios"> |
| 105 | + <allow-intent href="itms:*" /> |
| 106 | + <allow-intent href="itms-apps:*" /> |
| 107 | + </platform> |
| 108 | + <gap:plugin name="cordova-plugin-whitelist" source="npm" /> |
| 109 | + <plugin name="cordova-plugin-whitelist" spec="~1.3.3" /> |
| 110 | +</widget> |
0 commit comments