| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223 |
- {
- "prepare_queue": {
- "installed": [],
- "uninstalled": []
- },
- "config_munge": {
- "files": {
- "res/xml/config.xml": {
- "parents": {
- "/*": [
- {
- "xml": "<feature name=\"Whitelist\"><param name=\"android-package\" value=\"org.apache.cordova.whitelist.WhitelistPlugin\" /><param name=\"onload\" value=\"true\" /></feature>",
- "count": 1
- },
- {
- "xml": "<feature name=\"InAppBrowser\"><param name=\"android-package\" value=\"org.apache.cordova.inappbrowser.InAppBrowser\" /></feature>",
- "count": 1
- },
- {
- "xml": "<feature name=\"Camera\"><param name=\"android-package\" value=\"org.apache.cordova.camera.CameraLauncher\" /></feature>",
- "count": 1
- },
- {
- "xml": "<feature name=\"Device\"><param name=\"android-package\" value=\"org.apache.cordova.device.Device\" /></feature>",
- "count": 1
- },
- {
- "xml": "<feature name=\"Toast\"><param name=\"android-package\" value=\"nl.xservices.plugins.Toast\" /></feature>",
- "count": 1
- },
- {
- "xml": "<preference name=\"webView\" value=\"org.crosswalk.engine.XWalkWebViewEngine\" />",
- "count": 1
- },
- {
- "xml": "<preference name=\"xwalkVersion\" value=\"23+\" />",
- "count": 1
- },
- {
- "xml": "<preference name=\"xwalkLiteVersion\" value=\"xwalk_core_library_canary:17+\" />",
- "count": 1
- },
- {
- "xml": "<preference name=\"xwalkCommandLine\" value=\"--disable-pull-to-refresh-effect\" />",
- "count": 1
- },
- {
- "xml": "<preference name=\"xwalkMode\" value=\"embedded\" />",
- "count": 1
- },
- {
- "xml": "<preference name=\"xwalkMultipleApk\" value=\"true\" />",
- "count": 1
- },
- {
- "xml": "<preference name=\"android-minSdkVersion\" value=\"16\" />",
- "count": 1
- }
- ]
- }
- },
- "AndroidManifest.xml": {
- "parents": {
- "/*": [
- {
- "xml": "<uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\" />",
- "count": 1
- },
- {
- "xml": "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\" />",
- "count": 6
- },
- {
- "xml": "<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\" />",
- "count": 6
- },
- {
- "xml": "<uses-permission android:name=\"android.permission.INTERNET\" />",
- "count": 10
- },
- {
- "xml": "<uses-permission android:name=\"android.permission.ACCESS_FINE_LOCATION\" />",
- "count": 5
- },
- {
- "xml": "<uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\" />",
- "count": 5
- },
- {
- "xml": "<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\" />",
- "count": 5
- },
- {
- "xml": "<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\" />",
- "count": 5
- },
- {
- "xml": "<uses-permission android:name=\"android.permission.READ_PHONE_STATE\" />",
- "count": 5
- }
- ],
- "application": [
- {
- "xml": "<provider android:authorities=\"${applicationId}.provider\" android:exported=\"false\" android:grantUriPermissions=\"true\" android:name=\"org.apache.cordova.camera.FileProvider\"><meta-data android:name=\"android.support.FILE_PROVIDER_PATHS\" android:resource=\"@xml/camera_provider_paths\" /></provider>",
- "count": 1
- }
- ]
- }
- },
- "config.xml": {
- "parents": {
- "/*": [
- {
- "xml": "<feature name=\"RemoteInjection\"><param name=\"android-package\" value=\"com.truckmovers.cordova.RemoteInjectionPlugin\" /><param name=\"onload\" value=\"true\" /></feature>",
- "count": 1
- }
- ]
- }
- }
- }
- },
- "installed_plugins": {
- "cordova-plugin-whitelist": {
- "PACKAGE_NAME": "com.izouma.pumpApp"
- },
- "cordova-plugin-inappbrowser": {
- "PACKAGE_NAME": "com.izouma.pumpApp"
- },
- "cordova-plugin-camera": {
- "PACKAGE_NAME": "com.izouma.pumpApp"
- },
- "cordova-plugin-device": {
- "PACKAGE_NAME": "com.izouma.pumpApp"
- },
- "cordova-plugin-x-toast": {
- "PACKAGE_NAME": "com.izouma.pumpApp"
- },
- "cordova-plugin-wkwebview-engine": {
- "PACKAGE_NAME": "com.izouma.pumpApp"
- },
- "cordova-plugin-remote-injection": {
- "PACKAGE_NAME": "com.izouma.pumpApp"
- },
- "cordova-plugin-crosswalk-webview": {
- "XWALK_VERSION": "23+",
- "XWALK_LITEVERSION": "xwalk_core_library_canary:17+",
- "XWALK_COMMANDLINE": "--disable-pull-to-refresh-effect",
- "XWALK_MODE": "embedded",
- "XWALK_MULTIPLEAPK": "true",
- "PACKAGE_NAME": "com.izouma.pumpApp"
- }
- },
- "dependent_plugins": {},
- "modules": [
- {
- "id": "cordova-plugin-inappbrowser.inappbrowser",
- "file": "plugins/cordova-plugin-inappbrowser/www/inappbrowser.js",
- "pluginId": "cordova-plugin-inappbrowser",
- "clobbers": [
- "cordova.InAppBrowser.open",
- "window.open"
- ]
- },
- {
- "id": "cordova-plugin-camera.Camera",
- "file": "plugins/cordova-plugin-camera/www/CameraConstants.js",
- "pluginId": "cordova-plugin-camera",
- "clobbers": [
- "Camera"
- ]
- },
- {
- "id": "cordova-plugin-camera.CameraPopoverOptions",
- "file": "plugins/cordova-plugin-camera/www/CameraPopoverOptions.js",
- "pluginId": "cordova-plugin-camera",
- "clobbers": [
- "CameraPopoverOptions"
- ]
- },
- {
- "id": "cordova-plugin-camera.camera",
- "file": "plugins/cordova-plugin-camera/www/Camera.js",
- "pluginId": "cordova-plugin-camera",
- "clobbers": [
- "navigator.camera"
- ]
- },
- {
- "id": "cordova-plugin-camera.CameraPopoverHandle",
- "file": "plugins/cordova-plugin-camera/www/CameraPopoverHandle.js",
- "pluginId": "cordova-plugin-camera",
- "clobbers": [
- "CameraPopoverHandle"
- ]
- },
- {
- "id": "cordova-plugin-device.device",
- "file": "plugins/cordova-plugin-device/www/device.js",
- "pluginId": "cordova-plugin-device",
- "clobbers": [
- "device"
- ]
- },
- {
- "id": "cordova-plugin-x-toast.Toast",
- "file": "plugins/cordova-plugin-x-toast/www/Toast.js",
- "pluginId": "cordova-plugin-x-toast",
- "clobbers": [
- "window.plugins.toast"
- ]
- }
- ],
- "plugin_metadata": {
- "cordova-plugin-whitelist": "1.3.3",
- "cordova-plugin-inappbrowser": "3.0.0",
- "cordova-plugin-camera": "4.0.3",
- "cordova-plugin-device": "2.0.2",
- "cordova-plugin-x-toast": "2.6.2",
- "cordova-plugin-wkwebview-engine": "1.1.4",
- "cordova-plugin-remote-injection": "0.5.2",
- "cordova-plugin-crosswalk-webview": "2.4.0"
- }
- }
|